forked from xeodou/gulp-atom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 747 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 747 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
{
"name": "gulp-atom",
"version": "0.0.4",
"description": "A gulp plugin for atom-shell distribute applications.",
"main": "index.js",
"scripts": {
"test": "gulp mocha"
},
"keywords": [
"gulp",
"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": {
"gulp-util": "^2.2.14",
"through2": "^0.4.1",
"wrench": "^1.5.8",
"async": "^0.9.0",
"progress": "^1.1.5",
"grs": "^0.1.2"
}
}