forked from TradeRev/angular-swaggerific
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 702 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 702 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
{
"name": "angular-swaggerific",
"version": "0.0.1",
"description": "A promise-based AngularJS service that allows you to work with REST endpoints defined with Swagger.",
"main": "./dist/angular-swaggerific.min.js",
"dependencies": {
"grunt": "^0.4.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-jsbeautifier": "^0.2.10",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TradeRev",
"license": "MIT"
}