-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 834 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 834 Bytes
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
{
"name": "pivot.js",
"version": "0.1.0",
"description": "pivot client library",
"main": "app.js",
"scripts": {
"start": "./node_modules/.bin/startup start",
"test": "NODE_ENV=test ./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/pivotapp/pivot.js.git"
},
"author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pivotapp/pivot.js/issues"
},
"homepage": "https://github.com/pivotapp/pivot.js",
"dependencies": {
"directiv-core-builder": "^0.1.0",
"envs": "^0.1.6",
"jade": "^1.7.0",
"poe-ui-kit": "git+https://github.com/poegroup/poe-ui-kit.git#webpack",
"startup": "^1.0.0",
"webpack": "^1.4.13"
},
"devDependencies": {
"webpack-dev-server": "^1.6.5"
}
}