-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1016 Bytes
/
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
{
"name": "robofill",
"version": "0.1.0-alpha",
"description": "Scripted form filling for arbitrary 3rd party web pages",
"main": "dist/index.js",
"repository": "https://github.com/WHenderson/robofill.git",
"author": "WHenderson <[email protected]>",
"license": "Apache 2.0",
"devDependencies": {
"babel-core": "6",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"bluebird": "^3.5.1",
"deep-equal": "^1.0.1",
"http-server": "^0.11.1",
"jquery": "^3.3.1",
"js-beautify": "^1.7.5",
"postmate": "^1.4.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.2.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-svelte": "^4.0.0",
"store2": "^2.7.0",
"svelte": "^1.58.3",
"uglify-js": "^3.3.18",
"uglifyjs-browser": "^3.0.0"
}
}