-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 762 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 762 Bytes
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
{
"name": "goggles",
"version": "0.1.1",
"description": "Access google apis with less suck",
"main": "index.js",
"scripts": {
"test": "mocha test/src/",
"prepublish": "make compress"
},
"repository": {
"type": "git",
"url": "git@github.com:will-ob/goggles.git"
},
"keywords": [
"google",
"api"
],
"author": "Will O'Brien <will.obrien@dibit.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/will-ob/goggles/issues"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.7.1",
"mocha": "~1.18.2",
"sinon-chai": "~2.5.0",
"chai": "~1.9.1",
"sinon": "~1.9.0",
"browserify": "~3.33.0",
"jsdom": "~0.10.3",
"q": "~1.0.1",
"uglify-js": "~2.4.13"
}
}