forked from Jigarsolanki/rs-popover
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 727 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 727 Bytes
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
{
"name": "rs-popover",
"version": "0.3.1",
"private": true,
"scripts": {
"test": "gulp lint && gulp test"
},
"devDependencies": {
"bower": "^1.3.11",
"codeclimate-test-reporter": "0.0.3",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-jshint": "^1.8.4",
"gulp-ng-annotate": "^0.3.3",
"gulp-ng-html2js": "^0.1.8",
"gulp-rimraf": "^0.1.0",
"gulp-sourcemaps": "^1.2.2",
"gulp-uglify": "^1.0.1",
"gulp-webserver": "^0.8.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.23",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"merge-stream": "^0.1.6"
}
}