-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
40
{
"name": "stylish-devtool",
"version": "1.0.8",
"description": "An add-on to manage your stylish userstyles from the developer tools.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nt1m/devtools-prototyper"
},
"keywords": [
"Addon",
"Firefox",
"Developer",
"Tools"
],
"author": "Tim Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/nt1m/stylish-devtool/issues"
},
"homepage": "https://github.com/nt1m/stylish-devtool",
"devDependencies": {
"eslint": "^0.24.1",
"eslint-plugin-react": "^3.1.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^16.0.0",
"grunt-exec": "^0.4.6",
"grunt-injector": "^0.6.0",
"grunt-svgmin": "^2.0.1",
"grunt-zip": "^0.16.2"
},
"dependencies": {}
}