forked from ClemRz/TWCC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 869 Bytes
/
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
{
"name": "TWCC",
"version": "2.0.20",
"description": "The World Coordinate Converter",
"main": "Gruntfile.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ClemRz/TWCC.git"
},
"author": {
"name": "Clément Ronzon",
"email": "clem.rz@gmail.com"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ClemRz/TWCC/issues"
},
"homepage": "http://twcc.free.fr",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-git": "^0.3.4",
"grunt-remove": "^0.1.0",
"grunt-text-replace": "^0.4.0",
"jshint-stylish": "^1.0.0"
}
}