-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 859 Bytes
/
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
{
"name": "yml",
"version": "1.0.0",
"description": "Read Yaml files based on NODE_ENV or passed env + support for encryption",
"main": "build/main",
"dependencies": {
"js-yaml": "^3.9.0",
"lodash": "^4.17.4",
"node.extend": "^2.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:tectual/yml.git"
},
"bugs": {
"url": "https://github.com/tectual/yml/issues"
},
"devDependencies": {
"coveralls": "2.10.0",
"mocha-lcov-reporter": "0.0.2",
"blanket": "^1.1.6",
"chai": "^1.10.0",
"coffee-script": "^1.8.0",
"groc": "^0.8.0",
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"mocha": "^2.0.1"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
},
"author": "Arash Kay <[email protected]> (http://tectual.com.au/)",
"license": "ISC"
}