forked from joakibj/tswcalc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 743 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
{
"name": "tswcalc",
"version": "1.4.0",
"author": "Joakim Bjørnstad <joakibj@gmail.com>",
"description": "A living glyph and gear calculator for The Secret World",
"contributors": [
{
"name": "Joakim Bjørnstad",
"email": "joakibj@gmail.com"
}
],
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.4.3",
"grunt-dust": "~0.4.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-replace": "~0.4.4",
"grunt-contrib-qunit": "~0.2.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-release": "~0.5.1"
}
}