-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 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
45
46
47
48
49
50
{
"name": "cf-compose-model",
"version": "0.1.9",
"description": "",
"main": "index.js",
"scripts": {
"unit_test": "gulp lint && gulp no.onlys && gulp unit_test",
"e2e_test": "gulp lint && gulp e2e_test"
},
"resolutions": {
"natives": "1.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefresh-io/cf-compose-model.git"
},
"author": "Oleg Sucharevich <olegs@codefresh.io> (http://codefresh.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/codefresh-io/cf-compose-model/issues"
},
"homepage": "https://github.com/codefresh-io/cf-compose-model#readme",
"devDependencies": {
"chai": "^3.0.0",
"gulp": "^3.9.1",
"gulp-env": "^0.2.0",
"gulp-git": "^1.2.1",
"gulp-ignore": "^1.2.1",
"gulp-istanbul": "^1.1.3",
"gulp-jshint": "^1.11.0",
"gulp-logger": "0.0.2",
"gulp-mocha": "^2.1.1",
"gulp-nodemon": "^2.0.4",
"gulp-rimraf": "^0.1.1",
"gulp-run": "^1.6.7",
"gulp-util": "^3.0.6",
"isparta": "4.0.0",
"q": "^1.5.1",
"run-sequence": "^1.1.0",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"js-yaml": "^3.14.1",
"lodash": "^4.17.21",
"type-detect": "^4.0.0",
"yamljs": "^0.2.8"
}
}