-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.3 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.3 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
{
"name": "barter-vg-enhancer",
"version": "0.5.3",
"description": "Summarizes and compares all attributes in an offer for easy comparison of offer value",
"main": "app.js",
"scripts": {
"print-userscript-banner": "node scripts/print-userscript-banner.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexschrod/barter-vg-enhancer.git"
},
"author": "Alexander Krivács Schrøder",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/alexschrod/barter-vg-enhancer/issues"
},
"homepage": "https://github.com/alexschrod/barter-vg-enhancer#readme",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-compass": "~1.1",
"grunt-contrib-concat": "~1.0",
"grunt-contrib-htmlmin": "~2.3",
"grunt-contrib-jshint": "~1.1",
"grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "~1.0",
"grunt-files-to-javascript-variables": "git://github.com/alexschrod/grunt-files-to-javascript-variables.git#master",
"grunt-jscs": "~3.0",
"grunt-rollup": "^8.1.0",
"jquery": "^3.2.1",
"load-grunt-tasks": "~3.5",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0"
},
"dependencies": {}
}