-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 882 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
29
30
31
32
33
34
35
36
{
"name": "our-groceries-client",
"version": "0.1.64-pre",
"description": "A client for Our Groceries",
"main": "our-groceries-client.js",
"dependencies": {
"request": "^2.69.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^1.6.0",
"merge-stream": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Seth Webster",
"license": "Apache-2.0",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sethwebster/our-groceries-client.git"
},
"keywords": [
"ourgroceries",
"api"
],
"bugs": {
"url": "https://github.com/sethwebster/our-groceries-client/issues"
},
"homepage": "https://github.com/sethwebster/our-groceries-client#readme"
}