-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 837 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
{
"name": "ludum-dare-42",
"private": true,
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LastLeaf/ludum-dare-42.git"
},
"author": "Fu Boquan <[email protected]> (LastLeaf)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LastLeaf/ludum-dare-42/issues"
},
"homepage": "https://github.com/LastLeaf/ludum-dare-42#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.1",
"fs-extra": "^5.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^2.6.4",
"raw-loader": "^0.5.1",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^4.1.0"
}
}