-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"author": {
"name": "Soares Chen",
"email": "[email protected]",
"url": "http://soareschen.com"
},
"name": "quiver-view-demo",
"desription": "Demo webapp for quiver-view",
"version": "1.0.0",
"homepage": "https://github.com/quiverjs/quiver-view-demo",
"repository": {
"url": "[email protected]:quiverjs/quiver-view-demo.git"
},
"dependencies": {
"haikunator": "^1.2.3",
"lodash.sortby": "^4.6.1",
"quiver-util": "^1.2.5",
"quiver-signal": "^1.1.1",
"quiver-view": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"quiver-babel": "^1.0.3",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"bugs": {
"url": "https://github.com/quiverjs/quiver-view-demo/issues",
"email": "[email protected]"
},
"license": "ISC",
"main": "./index.js",
"scripts": {
"start": "make app"
},
"engines": {
"node": "^6.3.1"
},
"private": true
}