forked from cronofy/cronofy-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 823 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": "cronofy",
"version": "2.3.2",
"description": "A simple wrapper for the Cronofy API",
"main": "./src/index.js",
"scripts": {
"prepublish": "npm test",
"test": "semistandard --fix",
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cronofy/cronofy-node.git"
},
"keywords": [
"cronofy",
"api"
],
"author": "Brett Warner <brett@warbrett.com> (www.warbrett.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronofy/cronofy-node/issues"
},
"homepage": "https://github.com/cronofy/cronofy-node#readme",
"dependencies": {
"lodash": "^4.17.4",
"rest": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"semistandard": "^11.0.0"
}
}