forked from DestinyItemManager/DIM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.37 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.37 KB
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.10.2",
"description": "An item manager for Destiny.",
"main": "app/index.html",
"scripts": {
"dev-chrome": "./node_modules/.bin/grunt dev-chrome",
"dev-firefox": "./node_modules/.bin/grunt dev-firefox",
"generate-css": "./node_modules/.bin/grunt css",
"lint": "./node_modules/.bin/grunt eslint",
"postinstall": "./node_modules/.bin/bower install",
"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": {
"autoprefixer": "^6.3.7",
"bower": "^1.7.9",
"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",
"node-sass": "^3.8.0",
"request": "^2.73.0",
"sqlite3": "^3.1.4",
"uglify-js": "^2.7.0",
"unzip": "^0.1.11"
}
}