forked from mgcrea/angular-strap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.63 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
{
"name": "angular-strap",
"description": "AngularStrap - AngularJS directives for Bootstrap",
"version": "2.1.0",
"keywords": [
"angular",
"bootstrap"
],
"homepage": "http://mgcrea.github.io/angular-strap",
"bugs": "https://github.com/mgcrea/angular-strap/issues",
"author": {
"name": "Olivier Louvignes",
"email": "[email protected]",
"url": "https://github.com/mgcrea"
},
"repository": {
"type": "git",
"url": "https://github.com/mgcrea/angular-strap.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mgcrea/angular-strap/blob/master/LICENSE.md"
}
],
"dependencies": {},
"devDependencies": {
"chalk": "^0.5.1",
"gulp": "^3.8.8",
"gulp-autoprefixer": "1.0.0",
"gulp-changed": "^1.0.0",
"gulp-clean": "^0.3.1",
"gulp-cleancss": "^0.2.2",
"gulp-concat-util": "^0.4.0",
"gulp-connect": "^2.0.6",
"gulp-htmlmin": "^0.2.0",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.5",
"gulp-ng-annotate": "^0.3.0",
"gulp-nginclude": "^0.4.5",
"gulp-ngmin": "^0.3.0",
"gulp-ngtemplate": "^0.2.3",
"gulp-open": "^0.2.8",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.1.4",
"gulp-uglify": "^1.0.1",
"gulp-usemin": "^0.3.8",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.0.2",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.23",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"merge-stream": "^0.1.5",
"run-sequence": "^0.3.6"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "gulp jshint karma:unit"
}
}