forked from unclechu/js-useful-umd-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 886 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"dependencies": {
"LiveScript": "1.3.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-if": "^1.2.5",
"gulp-livescript": "^2.3.0",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "^1.2.0",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "^1.1.0",
"gulp-wrapper": "~0.1.5"
},
"devDependencies": {
"gulp-jsdoc": "~0.1.4",
"gulp-jsdoc-to-markdown": "~0.1.6",
"gulp-mocha": "^2.0.0",
"should": "^5.2.0"
},
"scripts": {
"postinstall": "./node_modules/.bin/gulp"
},
"buildList": [
{
"pubName": "GetVal",
"fileName": "get-val",
"docs": true,
"test": true
},
{
"pubName": "DynamicAPI",
"fileName": "dynamic-api",
"docs": true,
"test": false,
"depsAMD": ["jquery"],
"depsCJS": ["jquery"],
"depsGlobal": ["jQuery"],
"depsVars": ["$"]
}
]
}