-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 863 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 863 Bytes
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
{
"name": "ark-dev-tracker",
"version": "1.8.3",
"description": "A developer tracker for ARK: Survival Evolved",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oskar Risberg <kokarn@gmail.com>",
"repository": {
"type": "git",
"url": "https://kokarn@github.com/kokarn/ark-dev-tracker.git"
},
"bugs": {
"url": "https://github.com/kokarn/ark-dev-tracker/issues"
},
"license": "MIT",
"devDependencies": {
"debounce": "^1.0.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.4",
"grunt-react": "^0.12.2",
"jquery": "^2.1.4",
"query-string": "^2.3.0",
"react": "^0.13.3",
"react-smart-time-ago": "^1.0.5"
}
}