-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 926 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
34
35
36
37
{
"name": "poe-ui-kit",
"version": "0.2.22",
"description": "A starter kit for poe user interface applications",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/poegroup/poe-ui-kit.git"
},
"keywords": [
"poe",
"ui"
],
"author": "Cameron Bytheway <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/poegroup/poe-ui-kit/issues"
},
"homepage": "https://github.com/poegroup/poe-ui-kit",
"dependencies": {
"clean-css": "^2.1.7",
"envs": "^0.1.4",
"jade": "^1.1.4",
"jshint": "^2.4.4",
"simple-assets": "^0.1.0",
"simple-stack-common": "^0.2.3",
"uglify-js": "^2.4.13",
"component-require2": "^1.0.1",
"poe-ui-builder": "^0.1.2",
"stylus": "^0.49.0",
"nib": "^1.0.2",
"utils-merge": "^1.0.0"
}
}