-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 920 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
{ "name": "statica"
, "private": true
, "description": "gulp harp multihost"
, "keywords": [ "gulp", "harp", "multihost", "compass", "livereload", "workflow" ]
, "version": "0.0.7"
, "repository":
{ "type": "git"
, "url": "git://github.com/orlin/statica.git"
}
, "bugs":
{ "mail": "[email protected]"
, "url" : "https://github.com/orlin/statica/issues"
}
, "author": "Orlin M Bozhinov <[email protected]>"
, "contributors": []
, "dependencies":
{ "coffee-script": "*"
, "glob": "*"
, "harp": "*"
, "gulp": "*"
, "gulp-load": "*"
, "gulp-util": "*"
, "gulp-nodemon": "*"
, "gulp-livereload": "*"
, "gulp-task-listing": "*"
, "deepmerge": "*"
, "rimraf": "*"
}
, "devDependencies": { "gulp-print": "*" }
, "scripts": { "server": "node_modules/.bin/gulp" }
, "engines" : { "node" : "0.10.x" }
, "licenses":
[ { "type": "Unlicense"
, "url" : "http://unlicense.org/"
}
]
}