-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 973 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
{
"name": "SpriteMakr",
"description": "A utility for converting regular images into PixelRendr sprites.",
"version": "0.3.0",
"author": {
"name": "Josh Goldberg",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:FullScreenShenanigans/SpriteMakr.git"
},
"bugs": {
"url": "https://github.com/FullScreenShenanigans/SpriteMakr/issues"
},
"license": "MIT",
"devDependencies": {
"chai": "~4",
"grunt": "~1.0",
"grunt-cli": "~1.2",
"grunt-contrib-clean": "~1.1",
"grunt-contrib-copy": "~1.0",
"grunt-contrib-less": "~2.0",
"grunt-contrib-uglify": "~3.3",
"grunt-mocha-phantomjs": "~4",
"grunt-tslint": "~5.0",
"grunt-typescript": "~0.8.X",
"mocha": "~5.2",
"grunt-preprocess": "~5.1",
"tslint": "~5.10",
"typescript": "~2.9"
}
}