forked from BrimstoneStudios/monster-world
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 741 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 741 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
{
"name": "monster-world",
"version": "1.0.0",
"description": "JS Browser Video Game",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/francislanglois/monster-world.git"
},
"author": "Brimestone Studios",
"license": "ISC",
"bugs": {
"url": "https://github.com/francislanglois/monster-world/issues"
},
"homepage": "https://github.com/francislanglois/monster-world#readme",
"devDependencies": {
"babel": "^5.8.23",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-sass": "^2.0.4",
"gulp-watch": "^4.3.5"
}
}