-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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
43
44
45
46
47
{
"name": "submit-data",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "standard && tape tests/*.js | tap-spec",
"bundle": "browserify index.js -t yo-yoify -t [ envify --NODE_ENV production ] -o bundle.js",
"start": "budo index.js:bundle.js --live --css style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/editdata/submit-data.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/editdata/submit-data/issues"
},
"homepage": "https://github.com/editdata/submit-data#readme",
"devDependencies": {
"browserify": "^13.0.0",
"budo": "^8.1.0",
"envify": "^3.4.0",
"standard": "^6.0.8",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"testron": "^1.2.0"
},
"dependencies": {
"base-64": "^0.1.0",
"cookie-cutter": "^0.1.1",
"form-serialize": "^0.7.1",
"github-static-auth": "^1.0.0",
"json-schema-defaults": "^0.1.1",
"moment": "^2.12.0",
"sheet-router": "^2.0.1",
"sheetify": "^5.0.0",
"store-emitter": "^2.1.0",
"utf8": "^2.1.1",
"xhr": "^2.2.0",
"xtend": "^4.0.1",
"yo-yo": "^1.1.1",
"yo-yoify": "^1.0.2"
}
}