-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
32 lines (32 loc) · 854 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
{
"name": "google-doc-publisher",
"version": "1.0.0",
"description": "Better Google docs publish",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"css": "sass --scss --sourcemap=none public/scss/creative.scss public/css/creative.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aug-riedinger/google-docs-publisher.git"
},
"keywords": [
"google",
"doc",
"publish"
],
"author": "Augustin Riedinger",
"license": "MIT",
"bugs": {
"url": "https://github.com/aug-riedinger/google-docs-publisher/issues"
},
"homepage": "https://github.com/aug-riedinger/google-docs-publisher#readme",
"dependencies": {
"ejs": "^2.4.1",
"express": "^4.13.4",
"memjs": "^0.9.0",
"request": "^2.72.0"
}
}