forked from hagis/karma-preprocessor-pullscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 850 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
{
"name": "karma-preprocessor-pullscripts",
"version": "0.2.0",
"description": "Karma preprocessor that downloads JS files from <script> tags from html",
"main": "index.js",
"dependencies": {
"request": "~2.30.0",
"async": "~0.2.9",
"cheerio": "~0.12.4"
},
"devDependencies": {
"mocha": "~1.15.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/gyllstromk/karma-preprocessor-pullscripts.git"
},
"keywords": [
"karma",
"karma-plugin",
"karma-preprocessor",
"scripts"
],
"author": "Karl Gyllstrom",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "349f96bb5047c05414b1d01556cc2821d5225f56",
"bugs": {
"url": "https://github.com/gyllstromk/karma-preprocessor-pullscripts/issues"
}
}