-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 931 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
34
{
"name": "bsd-js",
"version": "0.1.0",
"description": "A JavaScript wrapper for interacting with Blue State Digital APIs",
"main": "lib/bsd.js",
"scripts": {
"test": "test",
"prepublish": "./node_modules/.bin/babel -d lib src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bernie-2016/bsd-js.git"
},
"author": "Jacob LeGrone <[email protected]> (https://jacoblegrone.com)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Bernie-2016/bsd-js/issues"
},
"homepage": "https://github.com/Bernie-2016/bsd-js#readme",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0"
},
"dependencies": {
"bluebird": "^3.3.4",
"crypto": "0.0.3",
"html-to-text": "^2.0.0",
"moment-timezone": "^0.5.1",
"querystring": "^0.2.0",
"request-promise": "^2.0.1",
"url": "^0.11.0",
"xml2js": "^0.4.16"
}
}