forked from angular-wizard/angular-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1012 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
31
32
33
34
35
36
37
38
39
40
{
"name": "oscaro-angular-wizard",
"version": "0.5.5",
"description": "Easy to use Wizard library for AngularJS",
"filename": "oscaro-angular-wizard.min.js",
"main": "./dist/oscaro-angular-wizard.min.js",
"homepage": "https://github.com/oscaro/angular-wizard",
"author": "Martin Gontovnikas <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/oscaro/angular-wizard.git"
},
"engines": {
"node": ">= 0.9"
},
"keywords": [
"angular",
"form",
"step",
"steps",
"wizard"
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bower": "*",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-html2js": "^0.2.5"
},
"scripts": {
"start": "http-server -p 8000"
},
"license": "MIT"
}