-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 936 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 936 Bytes
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-riot",
"version": "2.0.0",
"description": "A Karma plugin. Compile and test HTML and JS in Riot tag files.",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riot/karma-riot.git"
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"karma-framework",
"riot"
],
"author": "Thomas Kelly <mail@thomaskelly.ca>",
"license": "MIT",
"dependencies": {
"riot": "^3.0.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"karma": "^1.3.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.1.2",
"phantomjs-prebuilt": "^2.1.13"
},
"bugs": {
"url": "https://github.com/riot/karma-riot/issues"
},
"homepage": "https://github.com/riot/karma-riot#readme",
"directories": {
"test": "test"
}
}