-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 973 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
42
43
44
45
{
"name": "gulp-commonjs-tasks",
"version": "1.2.0",
"description": "Regular commonjs gulp tasks",
"main": "index.js",
"files": [
"index.js",
"task-info",
"task-loader"
],
"scripts": {
"test": "mocha ./test/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sytac/gulp-commonjs-tasks.git"
},
"keywords": [
"gulp",
"commonjs",
"sequence"
],
"author": "JP Wesselink <[email protected]>",
"license": "MIT",
"devDependencies": {
"bluebird": "^3.1.1",
"cli-tree": "0.0.1",
"eslint": "^1.10.3",
"expect.js": "^0.3.1",
"globule": "^0.2.0",
"gulp-symlink": "^2.1.2",
"gulp-template": "^3.0.0",
"istanbul": "^0.4.1",
"mocha": "^2.2.4",
"q": "^1.4.1",
"sinon": "^1.14.1"
},
"dependencies": {
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"js-object-pretty-print": "^0.2.0",
"lodash": "^4.0.0",
"run-sequence": "^1.0.2"
}
}