-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 732 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 732 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
29
30
{
"name": "ngWizard",
"version": "1.0.0",
"description": "A wizard directive for angular",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt -v"
},
"author": "DaveWM",
"license": "ISC",
"devDependencies": {
"angular-mocks": "1.4.9",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-html2js": "^0.3.5",
"grunt-karma": "^0.12.1",
"jasmine-core": "^2.1.3",
"karma": "^0.13.19",
"karma-jasmine": "^0.3.4",
"karma-phantomjs-launcher": "^0.2.3",
"karma-verbose-reporter": "0.0.3",
"load-grunt-tasks": "^3.4.0",
"phantomjs": "^1.9.19"
}
}