forked from arielfaur/ionic-audio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 743 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
{
"name": "ionic-audio",
"private": false,
"version": "1.3.1",
"description": "Ionic UI for the Cordova Media Plugin",
"repository": "https://github.com/arielfaur/ionic-audio.git",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"gulp": "^3.9.1",
"gulp-ngconcat": "0.0.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"shelljs": "^0.2.6"
},
"scripts": {
"postinstall": "bower install",
"test": "node node_modules/karma/bin/karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run"
}
}