-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 822 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 822 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "gulp-atom",
"version": "0.1.0",
"description": "A gulp plugin for atom-shell distribute applications.",
"main": "index.js",
"scripts": {
"test": "gulp mocha"
},
"keywords": [
"gulp",
"electron",
"atom",
"atom-shell"
],
"repository": {
"type": "git",
"url": "git://github.com/xeodou/gulp-atom.git"
},
"author": "xeodou@gmail.com",
"license": "MIT",
"devDependencies": {
"gulp": "^3.6.2",
"gulp-coffee": "^1.4.3",
"gulp-coffeelint": "^0.3.2",
"gulp-util": "^2.2.14",
"gulp-mocha": "^0.4.1",
"should": "^3.3.1"
},
"dependencies": {
"async": "^0.9.0",
"grs": "^0.1.2",
"gulp-util": "^2.2.14",
"progress": "^1.1.5",
"semver": "^4.3.3",
"through2": "^0.4.1",
"vinyl": "^0.2.3",
"wrench": "^1.5.8"
}
}