-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
75 lines (75 loc) · 1.79 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "empatia",
"version": "1.0.0",
"description": "Bone marrow transplant promotion landing page",
"main": "index.html",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js",
"dev": "./node_modules/gulp/bin/gulp.js dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/magul/empatia.git"
},
"keywords": [
"empatia",
"bone",
"marro"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/magul/empatia/issues"
},
"homepage": "https://github.com/magul/empatia#readme",
"dependencies": {
"hamburgers": "^0.5.0",
"lodash": "^4.13.1",
"pubsub-js": "^1.5.3",
"purecss": "^0.6.0",
"scroll-to": "0.0.2",
"spinkit": "^1.2.5"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"eslint": "^2.12.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.4.2",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^4.1.0",
"gulp-data": "^1.2.1",
"gulp-html-minifier": "^0.1.8",
"gulp-minify-css": "^1.2.4",
"gulp-nunjucks": "^2.2.0",
"gulp-sass": "^2.3.1",
"gulp-svg-sprite": "^1.3.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
"streamqueue": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}