-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 972 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
33
34
35
{
"//": "This file exists to work around a heroku issue. Please look inside the client/ dir for our ember code.",
"name": "tahi",
"version": "1.0.0",
"description": "## Development Notes",
"main": "index.js",
"engines": {
"node": "6.11.1"
},
"//": "We keep our ember app in client/",
"cacheDirectories": [
"client/node_modules",
"client/bower_components"
],
"directories": {
"doc": "doc",
"test": "test"
},
"//": "This should only be used on heroku",
"scripts": {
"preinstall": "if [ -z \"$STACK\" ] ; then echo \"***** Please cd client to run npm commands *****\" ; exit 1 ; fi",
"postinstall": "./bin/heroku_install"
},
"repository": {
"type": "git",
"url": "https://github.com/aperta-project/aperta.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/aperta-project/aperta/issues"
},
"homepage": "https://github.com/aperta-project/aperta",
"private": true
}