2017-04-20 03:33:32 -04:00
|
|
|
{
|
|
|
|
"name": "tooty",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "An alternative Web client for Mastodon.",
|
|
|
|
"scripts": {
|
2017-04-20 08:38:52 -04:00
|
|
|
"build": "node_modules/.bin/elm-make src/Main.elm --output=build/public/app.js && npm run copy-assets",
|
|
|
|
"copy-assets": "node_modules/.bin/copyfiles public/index.html public/css/style.css build/",
|
2017-04-20 03:33:32 -04:00
|
|
|
"deploy": "npm run build && node_modules/.bin/gh-pages --dist build/",
|
2017-04-20 08:38:52 -04:00
|
|
|
"live": "node_modules/.bin/elm-live src/Main.elm --dir=public/ --output=public/app.js --debug",
|
2017-04-20 03:33:32 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/n1k0/tooty.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"mastodon"
|
|
|
|
],
|
|
|
|
"author": "n1k0 <nicolas@perriault.net>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/n1k0/tooty/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/n1k0/tooty#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"copyfiles": "^1.2.0",
|
|
|
|
"elm": "^0.18.0",
|
|
|
|
"elm-live": "^2.7.4",
|
|
|
|
"gh-pages": "^0.12.0"
|
|
|
|
}
|
|
|
|
}
|