-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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": "inspired-server",
"version": "0.0.7",
"description": "A RESTful entity server",
"main": "lib/app.js",
"directories": {
"test": "tests"
},
"dependencies": {
"node-uuid": "~1.4.1",
"pg": "~2.11.1",
"q": "~1.0.1",
"hal": "~0.1.0",
"browserify": "~3.38.1",
"coffee-script": "~1.7.1",
"through": "~2.3.4",
"handlebars": "~2.0.0-alpha.2",
"commander": "~2.2.0"
},
"devDependencies": {},
"scripts": {
"test": "bash tests/run 'postgres://postgres@localhost/inspired_server_tests' 18765 19876",
"prestart": "coffee -c -o lib/ src/",
"prepublish": "coffee -c -o lib/ src/"
},
"repository": {
"type": "git",
"url": "https://github.com/inspired-io/inspired-server.git"
},
"keywords": [
"rest",
"hateoas",
"entity",
"server",
"inspired"
],
"author": "Jonathan Melnick",
"license": "MIT",
"bugs": {
"url": "https://github.com/inspired-io/inspired-server/issues"
},
"homepage": "https://github.com/inspired-io/inspired-server"
}