-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 887 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
35
36
37
38
39
40
{
"name": "karma-slim-preprocessor",
"version": "1.0.0",
"description": "A Karma plugin. Compile slim files to html on the fly",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:Scrimmage/karma-slim-preprocessor.git"
},
"keywords": [
"karma",
"karma-plugin",
"karma-preprocessor",
"slim",
"slimrb"
],
"author": "Mike Frawley <[email protected]>",
"dependencies": {
"shelljs": "^0.3.0"
},
"devDependencies": {
"chai": "~1.4",
"grunt": "~0.4.1",
"grunt-auto-release": "~0.0.2",
"grunt-bump": "~0.0.7",
"grunt-contrib-jshint": "~0.6",
"grunt-npm": "~0.0.2",
"grunt-simple-mocha": "~0.4",
"mocha": "~1.8",
"shelljs": "^0.3.0"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"contributors": []
}