-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 969 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
{
"name": "enyo-deploy-walker",
"author": "Alex Katopodis <[email protected]>",
"version": "0.1.0",
"description": "A simple node library to extract the paths of script, css, and asset dependencies for an enyo bootplate project",
"license": "ISC",
"keywords": [
"enyo"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/akatopo/enyo-deploy-walker"
},
"bugs": {
"url": "https://github.com/akatopo/enyo-deploy-walker/issues"
},
"scripts": {
"test": "jasmine",
"prepublish": "gulp build"
},
"dependencies": {
"chalk": "^1.1.1",
"common-tags": "^1.3.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"del": "^2.2.0",
"eslint": "~2.2.0",
"eslint-config-airbnb": "~6.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"jasmine": "^2.3.2",
"mock-fs": "^3.4.0"
}
}