-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "v8-lazy-parse-webpack-plugin",
"version": "0.3.0",
"description": "This is a webpack plugin designed to exploit the V8 engines treatment of functions with parens wrapped around them. This lazy loads the parsing decreasing initial load time. — Edit",
"main": "index.js",
"scripts": {
"test": "echo \"Sorry no tests yet\"",
"preversion": "npm test",
"version": "git add .",
"postversion": "git push && git push --tags && npm publish ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheLarkInn/V8LazyParseWebpackPlugin.git"
},
"keywords": [
"webpack",
"plugin",
"webpack-plugin",
"lazy-parse",
"parse",
"webpack-plugin"
],
"author": "Sean Larkin <sean.larkin@cuw.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheLarkInn/V8LazyParseWebpackPlugin/issues"
},
"homepage": "https://github.com/TheLarkInn/V8LazyParseWebpackPlugin#readme",
"devDependencies": {
"webpack": "^2.1.0-beta.22"
},
"dependencies": {
"webpack-sources": "^0.1.2"
}
}