forked from Polymer/designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "polymer-designer",
"version": "0.8.0",
"description": "A UI builder for the web",
"private": true,
"license": {
"type": "BSD-3-Clause",
"url": "http://polymer.github.io/LICENSE.txt"
},
"bin": {
"polymer-designer": "./server.js"
},
"scripts": {
"electron": "electron ."
},
"main": "electron-main.js",
"dependencies": {
"bower": "^1.7.9",
"bower-logger": "^0.2.2",
"content-type": "^1.0.1",
"css": "^2.2.0",
"dom5": "^2.0.1",
"express": "^4.8.5",
"express-interceptor": "^1.1.1",
"hydrolysis": "^1.23.3",
"minimist": "^1.1.1",
"parse5": "^3.0.0",
"polyserve": "^0.12.0",
"q-io": "^1.13.1",
"resolve": "^1.0.0",
"send": "^0.14.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.5.0",
"electron": "^1.4.5",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-includer": "^0.1.0",
"gulp-insert": "^0.5.0",
"gulp-symlink": "^2.1.0",
"mocha": "^2.0.1"
}
}