-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
44
{
"name": "v.i.n.cent",
"version": "1.0.0",
"description": "A centralised manager for a decentralised system",
"keywords": [
"infrastructure management",
"centralised system administration"
],
"author": "Mark Clarke",
"contributors": [],
"license": "LGPL-2.1",
"dependencies": {
"authenticate-pam": "^1.0.0",
"bunyan": "^1.6.0",
"chalk": "^1.1.3",
"dateformat": "^1.0.12",
"fs": "0.0.2",
"ini": "^1.3.4",
"js-yaml": "^3.5.3",
"ldapauth-fork": "^2.5.2",
"lodash": "^4.13.1",
"mkdirp": "^0.5.1",
"pg": "^4.5.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register --reporter spec",
"compile": "babel --presets es2015,stage-1 --plugins transform-decorators-legacy -d lib/ src/",
"prepublish": "npm run compile"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-plugin-syntax-async-functions": "^6.5.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-regenerator": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"chai": "^3.5.0",
"del": "^2.2.0",
"es6-module-loader": "^0.17.11",
"mocha": "^2.4.5",
"rename": "^1.0.3"
}
}