forked from arielfaur/ionic-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 950 Bytes
/
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
{
"name": "ionic-wizard",
"version": "1.0.6",
"description": "A set of Angular/Ionic directives to create a wizard using Ionic slide box component",
"repository": "https://github.com/arielfaur/ionic-wizard",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"http-server": "^0.6.1",
"jasmine-core": "2.3.4",
"jasmine-node": "1.3",
"karma": "~0.12",
"karma-chrome-launcher": "0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "0.3.6",
"karma-junit-reporter": "^0.2.2",
"shelljs": "^0.2.6"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1",
"pretest": "npm install",
"test": "node node_modules/karma/bin/karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run"
}
}