-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 739 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 739 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
{
"name": "g9",
"version": "1.0.16",
"description": "automatically interactive graphics",
"main": "./dist/g9.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node devServer.js",
"build": "webpack --config webpack.config.prod.js"
},
"author": "bijection",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bijection/g9"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.0",
"babel-loader": "^6.2.4",
"express": "^4.13.4",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.10.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-es2015": "^6.6.0"
}
}