-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
43 lines (43 loc) · 1.07 KB
/
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
41
42
43
{
"name": "opencov",
"version": "0.1.0",
"description": "Open sourced coverage tool",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel Perez <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^7.1.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"json-loader": "^0.5.3",
"less": "^2.5.3",
"less-loader": "^4.0.5",
"style-loader": "^0.19.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
},
"dependencies": {
"bootstrap": "^3.3.5",
"font-awesome": "^4.4.0",
"highlight.js": "^9.12.0",
"jquery": "^3.0.0",
"lodash": "^4.17.4",
"nib": "^1.1.0",
"riot": "^2.2.4"
}
}