-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "stormpath-config",
"version": "0.0.27",
"description": "Stormpath configuration loader.",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks test --recursive",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stormpath/stormpath-node-config.git"
},
"keywords": [
"express",
"stormpath",
"authentication",
"security",
"configuration"
],
"author": "Stormpath, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stormpath/stormpath-node-config/issues"
},
"homepage": "https://github.com/stormpath/stormpath-node-config",
"devDependencies": {
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.3",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "^1.1.0",
"sinon": "^1.17.2",
"stormpath": "^0.18.0",
"temp": "^0.8.3"
},
"dependencies": {
"async": "^2.0.1",
"flat": "^2.0.0",
"js-yaml": "^3.5.4",
"lodash": "^4.0.0",
"properties-parser": "^0.3.0"
}
}