forked from duerig/appnet.js
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.02 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "appnet",
"version": "0.4.0",
"contributors": [
"Jonathon Duerig <[email protected]> (http://alpha.app.net/duerig)",
"Michael Vezie (http://alpha.app.net/mlv)"
],
"description": "A library for communicating with the app.net web services API.",
"keywords": [
"social",
"app.net",
"appnet",
"adn"
],
"homepage": "http://github.com/duerig/appnet.js",
"bugs": {
"url": "http://github.com/duerig/appnetjs/issues",
"email": "[email protected]"
},
"license": "BSD",
"repository": {
"type": "git",
"url": "git://github.com/duerig/appnet.js.git"
},
"dependencies": {
"q": "~0.9.6",
"querystring": "~0.2.0",
"xtend": "~2.0.6",
"needle": "~0.6.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"assemble": "~0.3.77"
},
"files": [
"dist/appnet.js"
],
"main": "dist/appnet.js"
}