-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 824 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
{
"name": "embrace-the-network",
"version": "1.0.0",
"description": "Demos and research for my Embrace the Network talk ",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/phamann/embrace-the-network.git"
},
"author": "Patrick Hamann",
"license": "ISC",
"bugs": {
"url": "https://github.com/phamann/embrace-the-network/issues"
},
"homepage": "https://github.com/phamann/embrace-the-network",
"dependencies": {
"es6-promise": "^3.0.2",
"whatwg-fetch": "^0.9.0"
},
"devDependencies": {
"babel": "^5.8.21",
"eslint": "^1.1.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-data": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-swig": "^0.7.4",
"gulp-webserver": "^0.9.1",
"run-sequence": "^1.1.2"
}
}