forked from nickbalestra/infinite-loop-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 870 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 870 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
{
"name": "infinite-loop-loader",
"version": "1.0.0",
"description": "A webpack loader to transform ∞ loops so that they throw",
"author": "Nick Balestra <[email protected]>",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/nickbalestra/infinite-loop-loader#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nickbalestra/infinite-loop-loader.git"
},
"bugs": {
"url": "https://github.com/nickbalestra/infinite-loop-loader/issues"
},
"keywords": [
"webpack",
"loader",
"inifinite-loop",
"webpackloader",
"transform"
],
"scripts": {
"test": "standard && jest"
},
"standard": {
"globals": [ "it", "describe", "jest", "expect"]
},
"dependencies": {
"falafel": "^2.0.0"
},
"devDependencies": {
"jest": "^18.1.0",
"standard": "^8.6.0"
}
}