-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 913 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 913 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
31
32
33
34
35
36
{
"name": "asteroids",
"version": "1.0.0",
"description": "To aid building and bundling the Asteroid game.",
"main": ".webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mosbth/asteroids.git"
},
"author": "Mikael Roos",
"license": "MIT",
"bugs": {
"url": "https://github.com/mosbth/asteroids/issues"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"webpack": "^1.12.14",
"csslint": "^0.10.0",
"less": "^2.7.1",
"less-plugin-clean-css": "^1.5.1",
"clean-css": "^3.4.12",
"csslint": "^0.10.0",
"html-minifier": "^0.8.0",
"htmlhint": "0.9.12",
"js-yaml": "^3.6.1",
"jscs": "^2.11.0",
"jshint": "^2.9.2",
"jsonlint": "^1.6.2",
"uglify-js": "^2.6.2"
}
}