forked from andresamayadiaz/FrontAccountingSimpleAPI
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 676 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "frontaccounting-wrapper",
"version": "0.1.0",
"description": "FrontAccounting wrapper for tests and build environment",
"main": "htdocs/index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cambell-prince/frontaccounting-wrapper.git"
},
"author": "",
"license": "GPL V3",
"devDependencies": {
"async": "~0.9.0",
"gulp": "~3.9",
"gulp-git": "~0.5.0",
"gulp-livereload": "~1.2.0",
"gulp-rename": "~1.2.0",
"gulp-sequence": "^0.4.6",
"gulp-util": "~2.2.14",
"lodash.template": "^2.4.1",
"tiny-lr": "0.0.5"
}
}