forked from OpenHumans/open-humans
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "open-humans",
"version": "1.0.0",
"license": "MIT",
"description": "Open Humans",
"main": "gulpfile.js",
"author": "Personal Genomes Org",
"repository": {
"type": "git",
"url": "https://github.com/OpenHumans/open-humans.git"
},
"engines": {
"node": "6.x",
"npm": "3.x"
},
"dependencies": {
"autoprefixer": "^6.4.1",
"bootstrap": "^3.3.7",
"browserify": "^13.1.0",
"drmonty-garlicjs": "^1.2.3",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-jscs": "^4.0.0",
"gulp-load-plugins": "^1.3.0",
"gulp-postcss": "^6.2.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"js-cookie": "^2.1.3",
"js-yaml": "^3.6.1",
"lodash": "^4.16.0",
"markdown": "^0.5.0",
"postcss-color-function": "^2.0.1",
"postcss-reporter": "^1.4.1",
"precss": "^1.4.0",
"pretty-hrtime": "^1.0.2",
"rimraf": "^2.5.4",
"select2": "^4.0.5",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"watchify": "^3.7.0",
"webshim": "^1.15.10"
}
}