forked from podio/podio-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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": "podio-js",
"version": "1.6.1",
"description": "Podio Platform JavaScript SDK for NodeJS and the browser",
"main": "lib/index",
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node test",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
"bundle": "mkdir -p dist && browserify lib/podio-js.js -s PodioJS > dist/podio-js.js"
},
"repository": {
"type": "git",
"url": "https://github.com/podio/podio-js.git"
},
"contributors": [
"Marc Høegh <[email protected]>",
"Domenico Matteo <[email protected]>"
],
"keywords": [
"podio",
"beagle",
"platform"
],
"author": "Søren Brokær <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/podio/podio-js/issues"
},
"homepage": "https://github.com/podio/podio-js",
"devDependencies": {
"coveralls": "2.11.6",
"istanbul": "0.4.2",
"jasmine-node": "1.14.5",
"sinon": "1.17.3"
},
"dependencies": {
"URIjs": "1.16.1",
"es6-promise": "3.1.2",
"faye": "1.2.3",
"lodash": "3.10.1",
"superagent": "1.7.2"
}
}