-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "seneca-pin",
"description": "pin Senecajs acts as objects",
"homepage": "http://senecajs.org",
"version": "0.0.2",
"license": "MIT",
"keywords": [
"seneca",
"plugin",
"microservice"
],
"author": "Dean McDonnell (https://github.com/mcdonnelldean)",
"contributors": [
"Richard Rodger (http://richardrodger.com)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/senecajs-labs/seneca-pin.git"
},
"main": "pin.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "lab -v -P test -L -t 80",
"coveralls": "lab -s -P test -r lcov | coveralls",
"coverage": "lab -v -P test -L -t 80 -r html > docs/coverage.html",
"annotate": "docco pin.js -o docs/annotated"
},
"dependencies": {
"jsonic": "0.2.2",
"lodash": "4.15.0"
},
"devDependencies": {
"code": "3.0.x",
"coveralls": "2.11.x",
"docco": "0.7.x",
"eslint-config-seneca": "3.x.x",
"eslint-plugin-hapi": "4.x.x",
"eslint-plugin-standard": "2.x.x",
"lab": "11.0.x",
"seneca": "plugin"
},
"files": [
"pin.js",
"README.md",
"LICENSE"
]
}