-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.7 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.7 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "karma-yaml-preprocessor",
"version": "1.0.12",
"description": "convert files from YAML to JSON during your unit tests ",
"main": "lib/yamlPreprocessor.js",
"repository": {
"type": "git",
"url": "git://github.com/carlosmarte/karma-yaml-preprocessor.git"
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"yaml"
],
"author": {
"name": "Carlos Marte",
"email": "opensource@carlosmarte.me"
},
"scripts": {
"test": "node node_modules/.bin/mocha"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"coffee-errors": "^0.8.6",
"coffee-script": "^1.7.1",
"express": "^4.7.0",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^0.7.0",
"load-grunt-tasks": "latest",
"should": "^4.0.4",
"superagent": "^0.18.0",
"supertest": "^0.13.0",
"coffeelint": "^1.6.0",
"grunt-autoload-config": "0.0.4",
"grunt-bower": "^0.15.0",
"grunt-bump": "0.0.16",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-githooks": "^0.3.1",
"grunt-ts": "^2.0.0",
"grunt-tslint": "^1.0.1",
"mocha": "latest",
"time-grunt": "latest"
},
"dependencies": {
"js-yaml": "^3.2.2",
"mocha": "^2.1.0"
},
"peerDependencies": {
"karma": ">=0.11.14"
},
"license": "MIT",
"contributors": [],
"bugs": {
"url": "https://github.com/carlosmarte/karma-yaml-preprocessor/issues"
},
"homepage": "https://github.com/carlosmarte/karma-yaml-preprocessor"
}