forked from ntotten/api-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 675 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 675 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
{
"dependencies": {},
"devDependencies": {
"bower": "^1.3.8",
"grunt": "^0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.6.0",
"grunt-contrib-less": "^0.9.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-invalidate-cloudfront": "^0.1.4",
"grunt-requirejs": "^0.4.0",
"grunt-aws-s3": "~0.9.3",
"grunt-templater": "0.0.4-1",
"jade": "^1.1.5",
"matchdep": "^0.3.0",
"grunt-http": "^1.5.0"
},
"name": "auth0-api-explorer",
"version": "0.0.1",
"scripts": {
"test": "bower install && grunt build",
"cdn": "grunt cdn"
},
"engines": {
"node": ">= 4.3"
}
}