-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 KB
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
{
"name": "akun-x",
"version": "1.3.0",
"description": "Extending the Akun experience",
"main": "dest/akun-x.user.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build/build.js --entry=src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fiddlekins/akun-x.git"
},
"author": "Fiddlekins",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fiddlekins/akun-x/issues"
},
"homepage": "https://github.com/Fiddlekins/akun-x#readme",
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"cssnano": "^3.10.0",
"fs-extra": "^3.0.1",
"lodash.escaperegexp": "^4.1.2",
"postcss-cssnext": "^2.11.0",
"postcss-nested": "^2.0.2",
"postcss-simple-vars": "^4.0.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-postcss": "^0.5.3"
},
"dependencies": {
"eventemitter3": "^2.0.3"
}
}