-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
44
45
{
"name": "linker-webpack-plugin",
"version": "1.0.1",
"description": "Inject content inbetween HTML comment tags in any file.",
"main": "lib/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "NODE_ENV=production babel src --out-dir lib --copy-files",
"build-watch": "NODE_ENV=production babel src --out-dir lib --copy-files --watch src",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/teamfa/linker-webpack-plugin.git"
},
"keywords": [
"replace",
"linker",
"webpack",
"sails-linker",
"html",
"gulp-html-replace",
"gulp-linker",
"sails-gulp-linker",
"webpack hash",
"hash",
"teamfa"
],
"devDependencies": {
"babel-core": "^6.4.0",
"babel-eslint": "^6.0.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-syntax-export-extensions": "^6.5.0",
"babel-plugin-transform-export-extensions": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"mocha": "^2.3.3"
},
"author": "Mike Diarmid <[email protected]> (http://teamfa.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/teamfa/linker-webpack-plugin/issues"
},
"homepage": "https://github.com/teamfa/linker-webpack-plugin"
}