forked from kossnocorp/static-file-loader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.1 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
{
"name": "static-file-loader",
"version": "0.4.0",
"description": "file-loader that stores a map of original file names to file names with hashes in the compilation stats",
"main": "index.js",
"scripts": {
"test": "env NODE_ENV=test mocha --require ./test/power_assert_loader.js test/basic.js test/integration.js --watch",
"test-ci": "env NODE_ENV=test mocha --require ./test/power_assert_loader.js test/basic.js test/integration.js"
},
"repository": {
"type": "git",
"url": "[email protected]:kossnocorp/static-file-loader.git"
},
"author": "Sasha Koss <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kossnocorp/static-file-loader/issues"
},
"homepage": "https://github.com/kossnocorp/static-file-loader",
"peerDependencies": {
"file-loader": "^0.11.2"
},
"devDependencies": {
"espower-loader": "^1.0.0",
"file-loader": "^0.11.2",
"mocha": "kossnocorp/mocha#c62939",
"power-assert": "^1.1.0",
"rewire": "^2.3.4",
"rewire-test-helpers": "^0.2.0",
"rimraf": "^2.4.3",
"sinon": "^1.17.2",
"webpack": "^1.12.2"
}
}