forked from DestinyItemManager/DIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
47
48
{
"name": "dim",
"version": "3.9.2",
"description": "An item manager for Destiny.",
"main": "app/index.html",
"scripts": {
"test": "echo \"No tests\""
},
"repository": {
"type": "git",
"url": "https://github.com/kyleshay/DIM.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/DestinyItemManager/DIM/issues"
},
"homepage": "https://github.com/DestinyItemManager/DIM",
"devDependencies": {
"adm-zip": "^0.4.7",
"async": "^2.0.0",
"autoprefixer": "^6.3.7",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.2.0",
"grunt-sync": "^0.5.2",
"grunt-text-replace": "^0.4.0",
"grunt-webstore-upload": "^0.9.3",
"jpm": "^1.1.1",
"jshint": "^2.9.2",
"load-grunt-tasks": "^3.5.0",
"mkdirp": "^0.5.1",
"node-sass": "^3.8.0",
"progress": "^1.1.8",
"request": "^2.73.0",
"request-promise": "^4.0.2",
"sqlite3": "^3.1.4",
"uglify-js": "^2.7.0",
"underscore": "^1.8.3",
"unzipper": "^0.3.1"
}
}