-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "filevault",
"version": "1.0.3",
"description": "Apache Jackrabbit FileVault/Adobe CQ VLT node integration",
"main": "index.js",
"scripts": {
"prepublish": "./node_modules/.bin/jsdoc -d ./docs -c ./conf.json -t ./node_modules/ink-docstrap/template -R README.md -r ./index.js",
"lint": "eslint index.js test.js",
"pretest": "npm run lint",
"test": "mocha --reporter spec",
"coveralls": "istanbul cover _mocha --report html -- -R spec"
},
"keywords": [
"VLT",
"FileVault",
"CQ5",
"jcr_root"
],
"author": {
"name": "Nisheeth Kashyap",
"email": "nisheeth.k.kashyap@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nkashyap/FileVault.git"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/nkashyap/FileVault/issues"
},
"homepage": "https://github.com/nkashyap/FileVault#readme",
"devDependencies": {
"eslint": "^1.10.3",
"ink-docstrap": "^1.1.1",
"istanbul": "^0.4.2",
"jsdoc": "^3.4.0",
"mocha": "^2.4.5"
},
"engines": {
"node": ">4.0.0"
}
}