-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.67 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.67 KB
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
{
"name": "poseidon",
"version": "0.0.1",
"homepage": "https://github.com/coding-house-apr2015/poseidon",
"author": "Chyld Medford <chyld.medford@gmail.com>",
"license": "BSD",
"bin": {
"coveralls": "./node_modules/coveralls/bin/coveralls.js"
},
"scripts": {
"postinstall": "bower install && gulp build",
"test": "./node_modules/karma/bin/karma start --single-run",
"coverage": "./node_modules/karma/bin/karma start --log-level=disable --reporters coverage --single-run && cat reports/coverage/report-lcov/lcov.info | coveralls",
"tc": "./node_modules/karma/bin/karma start --log-level=disable --reporters coverage --single-run && cat reports/coverage/report-lcov/lcov.info"
},
"devDependencies": {
"angular-mocks": "^1.3.15",
"bower": "^1.4.1",
"browser-sync": "^2.6.5",
"concurrent-transform": "^1.0.0",
"coveralls": "^2.11.2",
"gulp": "^3.8.11",
"gulp-awspublish": "^1.0.6",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.5.2",
"gulp-copy": "0.0.2",
"gulp-debug": "^2.0.1",
"gulp-filesize": "0.0.6",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.0.0",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.2",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"jasmine": "^2.2.1",
"jasmine-core": "^2.2.0",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.31",
"karma-coverage": "^0.3.1",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"rimraf": "^2.3.2",
"run-sequence": "^1.1.0"
}
}