-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 868 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.5.3",
"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": "[email protected]"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ClemRz/TWCC/issues"
},
"homepage": "http://twcc.free.fr",
"devDependencies": {
"blockadblock": ">=3.2.1",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-git": "^1.1.1",
"grunt-text-replace": ">=0.4.0",
"jshint-stylish": "^2.2.1"
}
}