-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
73 lines (73 loc) · 2.03 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
{
"name": "delta-app",
"version": "0.1.0",
"description": "Source code for the 'Danube Delta' tour guide app.",
"main": "index.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test:once && if [ $CI ]; then npm run coveralls; fi",
"coveralls": "cat ./coverage/phantomjs/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/readfwd/delta-app"
},
"keywords": [
"delta",
"danube",
"tour",
"guide"
],
"author": "ReadFwd LLC",
"license": "CC-BY-NC-SA",
"bugs": {
"url": "https://github.com/readfwd/delta-app/issues"
},
"homepage": "https://github.com/readfwd/delta-app",
"dependencies": {
"backbone": "^1.1.2",
"browser-sync": "^1.3.0",
"browserify": "^5.9.1",
"browserify-istanbul": "^0.1.1",
"compression": "^1.0.9",
"coveralls": "^2.11.1",
"express": "^4.7.2",
"famous": "0.2.2",
"famous-polyfills": "0.2.2",
"gulp": "^3.8.10",
"gulp-autoprefixer": "0.0.8",
"gulp-browserify": "^0.5.0",
"gulp-debug": "^1.0.0",
"gulp-filter": "^1.0.0",
"gulp-jade": "^0.7.0",
"gulp-load-plugins": "^0.5.3",
"gulp-manifest": "0.0.6",
"gulp-minify-css": "^0.3.7",
"gulp-minify-html": "^0.1.4",
"gulp-mocha": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-run": "^1.6.3",
"gulp-streamify": "0.0.5",
"gulp-stylus": "^1.3.0",
"gulp-uglify": "^0.3.1",
"gulp-useref": "^0.6.0",
"gulp-util": "^3.0.0",
"gulp-zip": "^2.0.1",
"jquery": "^2.1.1",
"karma": "^0.12.19",
"karma-coverage": "git://github.com/readfwd/karma-coverage.git#61216c0",
"karma-mocha": "^0.1.6",
"karma-mocha-reporter": "^0.2.8",
"karma-osx-reporter": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"mocha": "^1.21.3",
"ngrok": "^0.1.97",
"psi": "^0.1.1",
"require-dir": "^0.1.0",
"should": "^4.0.4",
"templatizer": "^0.3.6",
"vinyl-source-stream": "^0.1.1",
"when": "^3.4.3"
}
}