-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
30 lines (30 loc) · 1.14 KB
/
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
{
"name": "awesome.json",
"version": "1.0.0",
"description": "awesome.json == A curated list in JSON format.",
"main": "index.js",
"dependencies": {
"awesomelists-index": "^0.3.2",
"cheerio": "^1.0.0-rc.10",
"cron": "^1.2.1",
"debug": "^3.1.0",
"jsonfile": "^2.2.3",
"request": "^2.87.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"awesome": "cd lib && node awesome.js && mv ../test-output/awesome.json ../awesome",
"build": "git pull --no-edit origin master && cd lib && node gen-all-awesome-list.js && mv ./awesome-json/sindresorhus-awesome.json ../all-github-path && mv ./awesome-json/*.json ../repo-json",
"push": "git add --all . && git commit -m \":chart_with_upwards_trend: UPDATE JSON AT `date`\" && git push origin update-branch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lockys/awesome.json.git"
},
"author": "Calvin Jeng <[email protected]> (https://github.com/lockys)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lockys/awesome.json/issues"
},
"homepage": "https://github.com/lockys/awesome.json#readme"
}