-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.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
{
"name": "angular-tabs",
"version": "1.0.0",
"description": "Angular Tabs, Javascript, custom Tabs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/varit05/angular-tabs.git"
},
"author": "[email protected]",
"bugs": {
"url": "https://github.com/varit05/angular-tabs/issues"
},
"homepage": "https://github.com/varit05/angular-tabs#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-chrome-launcher": "^2.0.0",
"phantomjs-prebuilt": "^2.1.7",
"wiredep": "^4.0.0"
}
}