-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 826 Bytes
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
{
"name": "hybind",
"version": "1.7.0",
"description": "Binds javascript objects to HAL hypermedia REST APIs",
"main": "index.js",
"scripts": {
"test": "jasmine-node --coffee index.spec.coffee",
"prepublish": "coffee -c index.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lbovet/hybind.git"
},
"keywords": [
"HAL",
"REST",
"API",
"spring-data-rest"
],
"author": "Laurent Bovet <laurent.bovet@windmaster.ch>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lbovet/hybind/issues"
},
"homepage": "https://github.com/lbovet/hybind#readme",
"dependencies": {
"lodash": "^4.11.0",
"najax": "^0.7.0",
"q": "^1.4.1"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"jasmine-node": "^1.14.5"
}
}