Files: 9e4b77aeb7181a93a9ee3ceb1c21d11841a35f57 / package.json
400 bytesRaw
1 | { |
2 | "name": "scuttlebot.io", |
3 | "version": "1.0.0", |
4 | "description": "", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "build": "node index.js", |
8 | "watch": "nodemon --ignore ./build index.js", |
9 | "test": "echo \"Error: no test specified\" && exit 1" |
10 | }, |
11 | "author": "Paul Frazee <pfrazee@gmail.com>", |
12 | "license": "MIT", |
13 | "devDependencies": { |
14 | "fs-jetpack": "^0.7.2", |
15 | "nodemon": "^1.9.1" |
16 | } |
17 | } |
18 |
Built with git-ssb-web