-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 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
35
36
37
38
39
{
"name": "Morphd",
"version": "1.0.0",
"description": "Morphd - An Isomorphic approach to headless Drupal.",
"main": "index.js",
"scripts": {
"start": "nodejs morphd.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "~3.6.2",
"gulp-browserify": "~0.5.0",
"gulp-sass": "*",
"gulp-watch": "~0.6.5",
"gulp-connect": "~2.0.5",
"reactify": "~0.13.1",
"gulp-concat": "~2.1.7",
"gulp-imagemin": "~0.1.4",
"gulp-clean": "~0.3.0",
"envify": "~1.2.1",
"react": "0.12.1",
"react-tools": "0.12.2",
"es6-promise": "^2.0.0",
"underscore": "^1.8.3"
},
"dependencies": {
"es6-promise": "^3.0.2",
"express": "^4.13.0",
"fetch": "^0.3.6",
"isomorphic-fetch": "^2.1.1",
"node-fetch": "^1.3.2",
"node-jsx": "^0.13.3",
"qs": "^4.0.0",
"twig": "^0.8.2",
"whatwg-fetch": "^0.9.0"
}
}