forked from reflexdemon/slush-angular-gulp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.1 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
{
"name": "slush-angular-gulp",
"version": "0.4.4",
"description": "Gulp, Angular, Less with Web server, this generator is build with inspiration from the below projects. slush-angular, angular-styleguide and generator-angular",
"main": "slushfile.js",
"repository": {
"type": "git",
"url": "https://github.com/reflexdemon/slush-angular-gulp"
},
"scripts": {
"test": "NODE_ENV=test mocha -R spec test/top.js",
"posttest": "NODE_ENV=test mocha -R travis-cov test/top.js",
"old": "NODE_ENV=test mocha -R spec test/*.spec.js",
"old-travis": "NODE_ENV=test mocha -R travis-cov test/*.spec.js",
"report": "NODE_ENV=test mocha test/top.js -R html-cov > coverage.html",
"coveralls": "NODE_ENV=test ./node_modules/.bin/mocha test/top.js -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js"
},
"config": {
"travis-cov": {
"threshold": 90
}
},
"keywords": [
"slushgenerator",
"angular",
"angularjs",
"google",
"gulp",
"gulpfile",
"less",
"saas",
"stylus",
"moca",
"bootstrap",
"bower",
"webserver",
"livereload",
"middleware",
"fontawesome",
"modular"
],
"author": "Venkateswara Venkatraman Prasanna",
"license": "MIT",
"bugs": {
"url": "https://github.com/reflexdemon/slush-angular-gulp/issues"
},
"homepage": "https://github.com/reflexdemon/slush-angular-gulp",
"dependencies": {
"gulp": "^3.8.11",
"gulp-conflict": "^0.4.0",
"gulp-install": "^0.6.0",
"gulp-load-tasks": "^0.8.3",
"gulp-rename": "^1.2.0",
"gulp-template": "^4.0.0",
"include-all": "^0.1.6",
"lodash": "^4.7.0",
"underscore.string": "^3.0.3",
"yargs": "^4.3.2",
"inquirer": "^1.1.0"
},
"devDependencies": {
"assertthat": "^0.7.0",
"blanket": "^1.1.7",
"chai": "*",
"coveralls": "^2.11.3",
"gulp-coverage": "^0.3.36",
"gulp-coveralls": "^0.1.4",
"gulp-mocha": "^2.1.3",
"gulp-strip-debug": "^1.0.2",
"gulp-util": "^3.0.6",
"mocha": "*",
"mocha-lcov-reporter": "1.2.0",
"mock-gulp-dest": "~0.1.0",
"travis-cov": "^0.2.5"
}
}