-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.71 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "ide-gui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"brfs": "^1.4.1",
"browser-sync": "^2.8.2",
"browserify": "^11.0.1",
"del": "^2.0.1",
"express": "^4.13.3",
"express-http-proxy": "^0.6.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.0",
"gulp-header": "^1.2.2",
"gulp-help": "^1.6.1",
"gulp-if": "^1.2.5",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-notify": "^2.2.0",
"gulp-polymer-iconset": "^1.0.2",
"gulp-polymerize-css": "0.0.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^1.3.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-debug": "^1.0.2",
"gulp-todo": "^3.3.0",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"gulp-vulcanize": "^6.0.1",
"gulp-watch": "^4.3.4",
"gulp-wrap": "^0.11.0",
"http-proxy": "^1.11.2",
"jshint-stylish": "^2.0.1",
"lodash": "^3.10.1",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"polybuild": "^1.0.5",
"run-sequence": "^1.1.2",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"carbono-json-messages": "git+https://github.com/carbono-io/carbono-json-messages.git",
"cheerio": "^0.19.0",
"lodash": "^3.10.1",
"node-uuid": "^1.4.3",
"page": "^1.6.3",
"q": "^1.4.1",
"socket.io-client": "^1.3.6",
"superagent": "^1.4.0"
}
}