-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 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
{
"name": "editdata.org",
"version": "1.0.0",
"description": "Documentation for the EditData project",
"main": "index.js",
"scripts": {
"packages-sync": "cat repos.txt | ecosystem-docs sync",
"packages-read": "cat repos.txt | ecosystem-docs read | ./bin/repos.js",
"packages": "npm run packages-sync && npm run packages-read",
"bundle-css": "sheetify assets/deps.css > assets/bundle.css",
"bundle": "npm run bundle-css && npm run packages",
"deploy": "npm run bundle && jekyll build && surge _site/ editdata.org",
"start": "npm run bundle && jekyll serve -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/editdata/editdata.org.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/editdata/editdata.org/issues"
},
"private": true,
"homepage": "https://github.com/editdata/editdata.org#readme",
"devDependencies": {
"ecosystem-docs": "^1.1.0",
"gray-matter": "^2.0.2",
"ndjson": "^1.4.3",
"sheetify": "^2.0.3",
"surge": "^0.17.7",
"through2": "^2.0.0"
},
"dependencies": {
"basscss-grid": "^2.0.0",
"csskit": "^1.1.1",
"normalize.css": "^3.0.3"
}
}