-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 970 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
33
34
35
36
37
38
39
40
{
"name": "Quadrilactic",
"version": "1.0.0",
"description": "Quadrilactic 2D Browser Game",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/bencoveney/Quadrilactic.git"
},
"keywords": [
"HTML",
"Canvas",
"Experiments",
"TypeScript",
"JavaScript",
"Quadrilactic",
"Space",
"Game"
],
"author": "Ben Coveney",
"license": "ISC",
"bugs": {
"url": "https://github.com/bencoveney/Quadrilactic/issues"
},
"homepage": "https://github.com/bencoveney/Quadrilactic#readme",
"devDependencies": {
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.1.0",
"grunt-tslint": "^3.0.3",
"grunt-typescript": "^0.8.0",
"grunt-webpack": "^1.0.11",
"source-map-loader": "^0.1.5",
"time-grunt": "^1.3.0",
"tsd": "^0.6.5",
"tslint": "^3.7.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}