-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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
{
"name": "saphyre",
"version": "1.0.0",
"description": "AngularJS Saphyre Components",
"main": "index.js",
"scripts": {
"test": "karma"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/saphyre/saphyre-angular.git"
},
"author": "Sérgio Marcelino",
"license": "MIT",
"bugs": {
"url": "https://github.com/saphyre/saphyre-angular/issues"
},
"homepage": "https://github.com/saphyre/saphyre-angular#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.3",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jasmine": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.8",
"karma-ng-html2js-preprocessor": "^0.2.0",
"merge-stream": "^1.0.0",
"wiredep": "^3.0.0"
}
}