-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 KB
/
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
{
"name": "shipper-control",
"version": "0.0.0",
"description": "Shipper control surfaces.",
"main": "index.js",
"scripts": {
"test": "true"
},
"repository": {
"type": "git",
"url": "git://github.com/joukou/shipper-control.git"
},
"author": "Isaac Johnston <isaac.johnston@joukou.com> (https://joukou.com/)",
"license": "Proprietary",
"private": true,
"bugs": {
"url": "https://github.com/joukou/shipper-control/issues"
},
"homepage": "https://github.com/joukou/shipper-control",
"dependencies": {
"angularjs": "0.0.1"
},
"devDependencies": {
"gulp": "3.8.x",
"coffee-script": "~1.6.3",
"gulp-coffee": "~2.2.0",
"gulp-less": "~1.3.6",
"path": "~0.4.9",
"lazypipe": "~0.2.2",
"gulp-jade": "~0.9.0",
"mkdirp": "~0.5.0",
"async": "~0.9.0",
"rimraf": "~2.2.8",
"gulp-rimraf": "~0.1.1",
"gulp-concat": "~2.4.1",
"gulp-bower-files": "~0.2.7",
"main-bower-files": "~2.1.0",
"gulp-uglify": "~1.0.1",
"tiny-lr": "~0.1.4"
}
}