forked from OpenNTF/Web-UI-Prototyping-Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 797 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
{
"name": "WUIPT",
"description": "Web UI Prototyping Toolkit - A static prototype server and so much more.",
"version": "0.9.0",
"authors": [
"Jonathan Bosmans <[email protected]>",
"Peter Schnitzler <[email protected]>"
],
"scripts": {
"prepublish": "node_modules/.bin/bower install"
},
"dependencies": {
"connect": "x",
"handlebars": "x",
"html-entities": "^1.0.10",
"jquery": ">=2.1",
"js-beautify": "^1.5.1",
"jsdom": "~0.11.1",
"less": "1.7.x",
"marked": "^0.3.2",
"mime": "x",
"q": "^1.0.1",
"w3c-validate": "0.0.2",
"webshot": "^0.15.2",
"winston": "^0.7.3",
"wrench": "^1.5.8",
"bower": "^1.3.x"
},
"engine": "node >= 0.10.26",
"devDependencies": {
"jasmine-node": "1.14.2"
}
}