-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "ng-coffeeplate",
"version": "0.0.0",
"description": "Angular app boilerplate and Gulp.js build system with Coffeescript, Jade, SASS, Bootstrap, Karma, and Jasmine.",
"main": "gulpfile.coffee",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "[email protected]:kvcrawford/ng-coffeeplate.git"
},
"keywords": [
"gulp",
"angularjs",
"coffeescript"
],
"author": "Kevin Crawford",
"license": "MIT",
"bugs": {
"url": "https://github.com/kvcrawford/ng-coffeeplate/issues"
},
"homepage": "https://github.com/kvcrawford/ng-coffeeplate",
"dependencies": {},
"devDependencies": {
"coffee-script": "^1.9.0",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.4.3",
"gulp-connect": "^2.2.0",
"gulp-jade": "^0.11.0",
"gulp-livereload": "^3.7.0",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^1.3.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-webserver": "^0.9.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"rimraf": "^2.2.8",
"run-sequence": "^1.0.2"
}
}