forked from gameeapp/gamee-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1023 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
{
"name": "gamee-js",
"version": "2.0.5",
"description": "Gamee JS SDK",
"main": "gamee/src/index.js",
"scripts": {
"test": "mocha tests",
"test:mocha": "mocha tests",
"test:mocha:watch": "webpack-dev-server --hot --config config/webpack.mocha.js",
"b:dist": "webpack --env=prod --config config/webpack.config.js --progress --profile --colors",
"watch": "webpack --env=prod --config config/webpack.config.js --progress --profile --colors --watch",
"start": "start npm run watch && start npm run test:mocha:watch"
},
"bugs": {
"url": "https://github.com/gameeapp/gamee-js/issues"
},
"homepage": "https://github.com/gameeapp/gamee-js",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"banner-webpack-plugin": "^0.2.3",
"html-webpack-plugin": "^2.29.0",
"mocha": "^3.4.2",
"mocha-loader": "^1.1.1",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.6.1",
"webpack-merge": "^4.1.0"
}
}