-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
60 lines (60 loc) · 1.59 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
{
"name": "adapt-strap",
"version": "2.4.12",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Adaptv/adapt-strap.git"
},
"author": {
"name": "Kashyap Patel",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Adaptv/adapt-strap/issues"
},
"devDependencies": {
"chalk": "^1.1.1",
"gulp": "^3.8.8",
"gulp-changed": "^1.0.0",
"gulp-cheerio": "^0.6.2",
"gulp-clean": "^0.3.1",
"gulp-concat-util": "^0.5.4",
"gulp-connect": "^2.0.6",
"gulp-coveralls": "^0.1.3",
"gulp-cssmin": "^0.1.6",
"gulp-htmlhint": "0.3.1",
"gulp-htmlmin": "^1.3.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-karma": "0.0.5",
"gulp-less": "^3.0.5",
"gulp-ngmin": "^0.3.0",
"gulp-ngtemplate": "^0.2.3",
"gulp-protractor": "2.1.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.2.2",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^4.3.5",
"jasmine-spec-reporter": "^2.4.0",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.3",
"matchdep": "^1.0.0",
"protractor": "^3.0.0",
"run-sequence": "^1.1.5",
"sauce-connect-launcher": "^0.14.0",
"stream-combiner": "^0.2.1",
"yargs": "^3.32.0"
},
"homepage": "https://github.com/Adaptv/adapt-strap"
}