-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "swlcalc",
"version": "2.10.3",
"author": "Antoine THEBAUD <antoine.thebaud@yahoo.fr>",
"description": "Gear planner for Secret World Legends",
"repository": {
"type": "git",
"url": "https://github.com/AntoineThebaud/swlcalc.git"
},
"contributors": [
{
"name": "Antoine THEBAUD",
"email": "antoine.thebaud@yahoo.fr",
"contribution": "creator and main contributor of swlcalc"
},
{
"name": "Joakim Bjørnstad",
"email": "joakibj@gmail.com",
"contribution": "creator and main contributor of tswcalc, the code base of swlcalc"
}
],
"license": "MIT",
"devDependencies": {
"grunt": "~1.1.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.5.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-qunit": "~2.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-dust": "~0.9.4",
"grunt-replace": "~1.0.1"
}
}