forked from florianholzapfel/node-highrise-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 889 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
35
36
37
{
"name": "node-highrise-api",
"description": "access to the highrise cms api",
"version": "0.2.0",
"author": {
"name": "Florian Holzapfel",
"email": "[email protected]"
},
"homepage": "https://github.com/florianholzapfel/node-highrise-api",
"licenses": [
{
"type": "The MIT License (MIT)",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"pretest": "./node_modules/.bin/jshint index.js lib test",
"test": "./node_modules/.bin/mocha -R spec ./test --recursive --slow 2s --timeout 5s"
},
"repository": {
"type": "git",
"url": "git://github.com/florianholzapfel/node-highrise-api.git"
},
"main": ".",
"engines": {
"node": "*"
},
"dependencies": {
"xml2js": "~0.4"
},
"devDependencies": {
"jshint": "~2.4",
"mocha": "~1",
"chai": "~1.8"
},
"readmeFilename": "README.md"
}