-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 798 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
{
"name": "jsprettifier-bookmarklet",
"version": "1.0.0",
"description": "A bookmarklet for prettifying JS directly in your browser",
"main": "lib/jsprettifier-bookmarklet.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/marcobarcelos/jsprettifier-bookmarklet.git"
},
"author": {
"name": "Marco Barcelos",
"email": "me@marcobarcelos.com",
"url": "http://marcobarcelos.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/marcobarcelos/jsprettifier-bookmarklet/issues"
},
"homepage": "https://github.com/marcobarcelos/jsprettifier-bookmarklet",
"devDependencies": {
"babel-core": "^5.8.25",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1"
}
}