This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.58 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "amphibian-disease-tracker",
"version": "0.15.2",
"description": "Amphibian Disease Tracker Portal",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AmphibiaWeb/amphibian-disease-tracker.git"
},
"author": "Philip Kahn <tigerhawkvok@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AmphibiaWeb/amphibian-disease-tracker/issues"
},
"homepage": "https://amphibiandisease.org/",
"devDependencies": {
"autoprefixer": "^7.1.1",
"autoprefixer-core": "^6.0.1",
"bootlint": "^0.14.2",
"bower": "^1.7.9",
"clean-css": "github:tigerhawkvok/clean-css#9f6c20549f8312bad4a5e7d281102278a39e4fe4",
"coffee-script": "^1.12.6",
"es6-promise": "^4.0.5",
"grunt": "^1.0.1",
"grunt-bootlint": "^0.10.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-html": "^8.5.0",
"grunt-line-remover": "0.0.2",
"grunt-php-cs-fixer": "^1.0.0",
"grunt-phplint": "^0.1.0",
"grunt-postcss": "^0.8.0",
"grunt-regex-extract": "^0.0.1",
"grunt-shell": "^2.0.0",
"grunt-string-replace": "^1.3.1",
"less": "^2.7.1",
"newline-remove": "^1.0.2",
"npm": "^5.0.4",
"vulcanize": "^1.15.4"
},
"dependencies": {
"minimatch": "^3.0.4",
"polymer-bundler": "^3.0.1",
"webpack": "^3.0.0"
}
}