forked from selsamman/amorphic-bindster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.12 KB
/
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
{
"name": "amorphic-bindster",
"description": "bindster support for amorphic",
"homepage": "https://github.com/selsamman/amorphic-bindster",
"version": "2.0.0",
"dependencies": {
"q": "1.x"
},
"devDependencies": {
"chai": "3.x",
"eslint": "3.7.x",
"mocha": "^3.1.2",
"supertype": "^2.0.x",
"sinon": "^1.17.6"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/"
},
"directories": {},
"main": "./index.js",
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/selsamman/amorphic-bindster.git"
},
"bugs": {
"url": "http://github.com/selsamman/amorphic-bindster/issues"
},
"optionalDependencies": {},
"readme": "# amorphic-bindster\r\n\r\n## Purpose\r\n\r\nBinds bindster to an amorphic controller and makes bindster itself available to the client.\r\n\r\n## Installation\r\n\r\nInstalled automatically with amorphic\r\n\r\n## License\r\n\r\nsuperType is licensed under the MIT license\r\n\r\n\r\n\r\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "[email protected]"
}