-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
41
42
{
"name": "pocket",
"version": "1.13.0",
"description": "Kitt Pocket extension.",
"private": "true",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git://github.com/realyze/watchpocket.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/realyze/watchpocket/issues"
},
"homepage": "https://github.com/realyze/watchpocket",
"devDependencies": {
"bower-installer": "0.7.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.10.0",
"grunt-exec": "0.4.5",
"grunt-usemin": "2.1.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-concat": "0.4.0",
"grunt-bumpup": "0.5.2",
"grunt-crx": "0.3.3",
"browserify": "3.38.1",
"grunt-browserify": "2.0.3",
"cssify": "0.5.0",
"uglifyify": "2.1.1",
"grunt-contrib-clean": "0.5.0",
"watchify": "0.6.4",
"grunt-contrib-watch": "0.6.1",
"grunt-s3": "0.2.0-alpha.3"
},
"dependencies": {
"minilog": "^2.0.4"
}
}