-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
48 lines (48 loc) · 1.39 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
42
43
44
45
46
47
48
{
"name": "nexus-control",
"version": "1.0.0",
"license": null,
"description": "[![Build Status](https://travis-ci.org/rackerlabs/nexus-control.svg?branch=master)](https://travis-ci.org/rackerlabs/nexus-control)",
"scripts": {
"start": "grunt build",
"deconst-control-build": "npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rackerlabs/nexus-control.git"
},
"bugs": {
"url": "https://github.com/rackerlabs/nexus-control/issues"
},
"homepage": "https://github.com/rackerlabs/nexus-control#readme",
"devDependencies": {
"angular": "^1.4.1",
"angular-sanitize": "^1.5.3",
"brfs": "^1.4.3",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-deconst-assets": "0.2.1",
"jquery": "^2.1.4",
"lodash": "^3.9.3",
"request": "<=2.81.0"
},
"dependencies": {
"angular-cookies": "^1.4.7",
"cheerio": "^0.19.0",
"envify": "^3.4.0",
"event-emitter": "^0.3.4",
"grunt": "^0.4.5",
"markalytics": "^0.1.3",
"url-parse": "^1.1.1",
"request": "<=2.81.0"
}
}