-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
95 lines (95 loc) · 2.66 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "macovei-app",
"version": "0.1.0",
"engines": {
"node": "0.10.29"
},
"description": "Source code for the official 'Monica Macovei Presedinte' website.",
"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",
"postinstall": "./postinstall.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/readfwd/macovei"
},
"keywords": [
"monica",
"macovei",
"presedinte"
],
"author": "ReadFwd LLC",
"license": "MPLv2",
"bugs": {
"url": "https://github.com/readfwd/macovei/issues"
},
"homepage": "https://github.com/readfwd/macovei",
"devDependencies": {
"coveralls": "^2.11.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",
"mocha": "^1.21.3",
"ngrok": "^0.1.97"
},
"dependencies": {
"ampersand-router": "^1.0.2",
"ampersand-view-switcher": "^1.0.2",
"backbone": "^1.1.2",
"bower": "^1.3.9",
"bowser": "^0.7.1",
"browser-sync": "^1.3.0",
"browserify": "^5.9.1",
"browserify-incremental": "^0.1.2",
"browserify-istanbul": "^0.1.1",
"compression": "^1.0.9",
"express": "^4.7.2",
"gulp": "^3.8.8",
"gulp-autoprefixer": "1.0.1",
"gulp-browserify": "^0.5.0",
"gulp-cache": "^0.2.1",
"gulp-debug": "^1.0.0",
"gulp-filter": "^1.0.0",
"gulp-flatten": "0.0.2",
"gulp-imagemin": "^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-replace": "^0.4.0",
"gulp-rev": "^1.1.0",
"gulp-rev-replace": "^0.3.1",
"gulp-rimraf": "^0.1.0",
"gulp-run": "^1.6.3",
"gulp-s3": "^0.3.0",
"gulp-streamify": "0.0.5",
"gulp-stylus": "^1.3.0",
"gulp-tap": "^0.1.1",
"gulp-uglify": "^0.3.1",
"gulp-useref": "^0.6.0",
"gulp-util": "^3.0.0",
"lodash": "^2.4.1",
"main-bower-files": "^2.0.0",
"mean-seo": "git://github.com/readfwd/mean-seo.git#f641eeea9e",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"moment": "^2.8.3",
"newrelic": "^1.10.0",
"penthouse": "^0.2.5",
"psi": "^0.1.1",
"should": "^4.0.4",
"templatizer": "^0.3.6",
"vinyl-source-stream": "^0.1.1",
"when": "^3.4.3",
"wiredep": "^1.8.2",
"xml-writer": "^1.4.2"
}
}