-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 764 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
{
"name": "airtable-wrapper",
"version": "1.0.0",
"description": "A PHP wrapper for Airtable. Use Airtable as a database for your website.",
"main": "scripts.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/focuswish/airtable-wrapper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/focuswish/airtable-wrapper/issues"
},
"homepage": "https://github.com/focuswish/airtable-wrapper#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4"
}
}