-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "obelisk.js",
"title": "obelisk.js",
"description": "JavaScript Library for Building Pixel Isometric Element with HTML5 Canvas",
"keywords": [
"obelisk",
"javascript",
"canvas",
"pixel",
"isometric",
"game",
"graphic",
"art",
"2.5D"
],
"version": "1.2.2",
"author": {
"name": "Max Huang",
"url": "http://github.com/nosir",
"email": "[email protected]"
},
"license": "MIT",
"bugs": "https://github.com/nosir/obelisk.js/issues",
"homepage": "https://github.com/nosir/obelisk.js",
"docs": "https://github.com/nosir/obelisk.js/blob/master/README.md",
"dependencies": {},
"devDependencies": {
"browserify": "^13.0.0",
"errorify": "^0.3.1",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-uglify": "^1.5.3",
"require-dir": "^0.3.0",
"run-sequence": "1.1.5",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"main":"src/obelisk.js",
"repository": {
"type": "git",
"url": "https://github.com/nosir/obelisk.js.git"
}
}