-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.09 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
{
"name": "transparent-fetch",
"version": "0.1.0",
"description": "Convert your website to a prefetched Web.",
"main": "transparent-fetch.min.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build && git add transparent-fetch.min.js && git commit -m \"Built package\"",
"test": "echo \"Error: no test so far\"",
"watch": "rollup -c --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PedroAquilino/transparent-fetch.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/PedroAquilino/transparent-fetch/issues"
},
"homepage": "https://github.com/PedroAquilino/transparent-fetch#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"builtin-modules": "^3.0.0",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^3.0.5",
"rollup-plugin-babel-minify": "^5.0.0",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^4.0.0"
}
}