-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1006 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
{
"name": "juniper",
"version": "0.0.10",
"description": "An Nginx Multi-Environment Server",
"bin": {
"juniper": "lib/bin/index.js"
},
"preferGlobal": "true",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/danmconrad/juniper.git"
},
"keywords": [],
"author": "Dan Conrad",
"license": "MIT",
"bugs": {
"url": "https://github.com/danmconrad/juniper/issues"
},
"homepage": "https://github.com/danmconrad/juniper",
"dependencies": {
"async": "^0.9.0",
"clone": "^0.2.0",
"colors": "^1.0.3",
"cson": "^1.6.2",
"fs-extra": "^0.16.3",
"handlebars": "^2.0.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"gulp-define-module": "^0.1.1",
"gulp-handlebars": "^3.0.1",
"gulp-jasmine": "^2.0.0",
"gulp-shell": "^0.2.11",
"gulp-util": "^3.0.1",
"run-sequence": "^1.0.2"
}
}