forked from stormpath/stormpath-sdk-angularjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 917 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
{
"name": "stormpath-sdk-angularjs",
"version": "0.5.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stormpath, Inc.",
"license": "Apache-2.0",
"homepage": "https://github.com/stormpath/stormpath-sdk-angularjs",
"devDependencies": {
"grunt-contrib-concat": "^0.5.0",
"grunt": "^0.4.5",
"load-grunt-tasks": "^3.1.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-ngdocs": "^0.2.6",
"grunt-contrib-watch": "^0.6.1",
"body-parser": "^1.11.0",
"connect-livereload": "^0.5.2",
"open": "0.0.5",
"grunt-open": "^0.2.3",
"cookie-parser": "^1.3.3",
"grunt-contrib-copy": "^0.7.0",
"grunt-html2js": "^0.3.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-shell": "^1.1.2"
},
"dependencies": {}
}