-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.49 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
{
"name": "reader",
"version": "1.0.0",
"description": "Application for the BunnyInc Hackathon",
"main": "gulpfile.js",
"directories": {
"test": "test",
"baseURL": "src",
"packages": "vendor"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Olinguito/reader-web.git"
},
"keywords": [
"hackathon"
],
"author": "Daniel Olano <danielolanoc@gmail.com>",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/Olinguito/reader-web/issues"
},
"homepage": "https://github.com/Olinguito/reader-web#readme",
"devDependencies": {
"babel-eslint": "^3.1.4",
"browser-sync": "^2.7.1",
"del": "^1.1.1",
"eslint": "^0.21.1",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-changed": "^1.2.1",
"gulp-gh-pages": "^0.5.1",
"gulp-jade": "^1.0.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.0.1",
"jspm": "^0.15.6",
"nib": "^1.1.0",
"run-sequence": "^1.1.0",
"vinyl-paths": "^1.0.0"
},
"jspm": {
"directories": {
"baseURL": "src",
"packages": "vendor",
"test": "test"
},
"dependencies": {
"aurelia-bootstrapper": "github:aurelia/bootstrapper@^0.12.0",
"aurelia-http-client": "github:aurelia/http-client@^0.8.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
}
}