-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 931 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
{
"name": "plotter.js",
"version": "1.0.0",
"description": "a library for plotting math functions into canvas",
"main": "DirectorMode.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "NODE_ENV=dev webpack-dev-server --port 8090 --content-base examples/",
"build": "NODE_ENV=prod webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ja0n/plotter.js.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ja0n/plotter.js/issues"
},
"homepage": "https://github.com/ja0n/plotter.js#readme",
"dependencies": {
"webpack": "^1.13.0"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"webpack-dev-server": "^1.14.1"
}
}