-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
71 lines (71 loc) · 1.99 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Pokemon-Online",
"version": "0.0.1",
"main": "main.js",
"description": "Webclient for PO",
"repository": {
"type": "git",
"url": "https://github.com/coyotte508/po-web"
},
"author": "coyotte508",
"license": "ISC",
"bugs": {
"url": "https://github.com/coyotte508/po-web/issues"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"electron": "^1.4.15",
"eslint": "^3.14.1",
"eslint-loader": "^1.6.1",
"extract-text-webpack-plugin": "^2.0.0-rc.2",
"file-loader": "^0.10.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0",
"mocha-webpack": "^0.7.0",
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony",
"uglifyjs-webpack-plugin": "^0.1.3",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"body-parser": "^1.14.0",
"bootstrap": "^3.3.7",
"bootstrap-colorpicker": "^2.5.0",
"bootstrap-contextmenu": "^1.0.0",
"bootstrap-slider": "^9.7.1",
"bootstrap-tagsinput": "^0.7.1",
"bootstrap3-dialog": "^1.35.3",
"bower": "^1.5.2",
"compression": "^1.6.2",
"css-loader": "^0.26.1",
"ejs": "^2.5.5",
"express": "^4.13.3",
"font-awesome": "^4.7.0",
"glob": "^7.1.1",
"graceful-fs": "^4.1.11",
"handlebars": "^4.0.6",
"howler": "^2.0.2",
"jquery": "^3.1.1",
"md5": "^2.2.1",
"riot-observable": "^3.0.0",
"should": "^11.2.0",
"style-loader": "^0.13.1",
"typeahead.js": "^0.11.1",
"vex-js": "^3.0.0"
},
"scripts": {
"lint": "eslint app",
"build": "webpack --config webpack.config.js",
"test": "npm run lint && npm run mocha",
"mocha": "mocha-webpack --webpack-config webpack.config-test.js \"test/*.js\""
}
}