-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 964 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 964 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
{
"name": "sci-play",
"version": "1.0.5",
"description": "",
"main": "dist/sciplay.js",
"scripts": {
"build": "BUILD_ENV=production webpack && BUILD_ENV=dev webpack",
"dev": "open http://localhost:1234 && webpack-dev-server --progress --colors --inline --hot --port 1234 --content-base . --module-bind",
"test": "mocha --recursive --compilers js:babel-core/register --colors -w ./test/",
"start": "ss ."
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"eslint": "^3.3.1",
"eslint-config-google": "^0.6.0",
"eslint-loader": "^1.5.0",
"json-loader": "^0.5.4",
"mocha": "^3.0.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}