-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1020 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
{
"name": "lotusbase",
"version": "3.0.0",
"description": "Lotus Base, an integrated genomics and proteomics resource for the model legume Lotus japonicus.",
"devDependencies": {
"autoprefixer": "^6.3.7",
"cssnano": "^3.7.1",
"grunt": "^0.4.5",
"grunt-cache-breaker": "^2.0.1",
"grunt-cache-bust": "^1.7.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-imageoptim": "^1.4.4",
"grunt-jekyll": "^0.4.7",
"grunt-newer": "^1.3.0",
"grunt-postcss": "^0.7.1",
"grunt-remove-html-comments": "^1.0.0",
"grunt-sass": "^1.2.1",
"jshint-stylish": "^2.2.1",
"load-grunt-config": "^0.17.2",
"postcss": "^5.0.12",
"time-grunt": "^1.4.0"
},
"dependencies": {
"d3": "^3.0"
},
"private": true
}