forked from wejendorp/angular-superagent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 861 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
{
"name": "angular-superagent",
"version": "0.2.2",
"description": "Angular wrapper for [Superagent](https://github.com/visionmedia/superagent).",
"main": "test/server.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/wejendorp/angular-superagent.git"
},
"author": "Jacob Wejendorp",
"license": "BSD",
"bugs": {
"url": "https://github.com/wejendorp/angular-superagent/issues"
},
"homepage": "https://github.com/wejendorp/angular-superagent",
"devDependencies": {
"component": "component/component#fa95027ce8",
"express": "~3.1.0",
"hbs": "~2.3.0",
"mocha-phantomjs": "~3.1.5",
"uglify-js": "~2.4.1",
"underscore": "~1.4.3",
"phantomjs": "~1.9.2-2",
"gravy": "*"
}
}