-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 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
37
38
39
40
{
"name": "SSAR-species-database",
"version": "1.2.5",
"description": "SSAR Common Names Database",
"main": "commonnamnes_api.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SSARHERPS/SSAR-species-database.git"
},
"author": "Philip Kahn <tigerhawkvok@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/SSARHERPS/SSAR-species-database/issues"
},
"homepage": "https://github.com/SSARHERPS/SSAR-species-database",
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"bootlint": "^0.14.2",
"coffee-script": "^1.9.3",
"grunt": "^1.0.1",
"grunt-bootlint": "^0.10.2",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-html": "^8.5.0",
"grunt-phplint": "^0.1.0",
"grunt-postcss": "^0.8.0",
"grunt-shell": "^2.1.0",
"grunt-string-replace": "^1.2.0",
"grunt-vulcanize": "^1.0.0",
"grunt-yui-compressor": "^0.4.0",
"less": "^2.5.1",
"vulcanize": "^1.10.1"
}
}