-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 879 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
{
"name": "starling",
"version": "0.1.0",
"description": "An invasive UI framework (pronounced: architecture)",
"repository": {
"type": "git",
"url": "git@dev2.sec.kmbs.us:wclardy/starling.git"
},
"main": "src/main.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Will Clardy <wclardy@kmbs.konicaminolta.us>",
"license": "MIT",
"dependencies": {
"virtual-dom": "^2.1.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"rollup": "^0.65.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^5.0.2"
}
}