-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 821 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 821 Bytes
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
{
"private": true,
"name": "sample-thicket-app",
"version": "0.3.1",
"description": "Sample GroveJS application",
"scripts": {
"server": "node script/server.js --scopes=default --configurationFiles=./configuration/default.json",
"server-master": "node script/server.js --scopes=default,master --configurationFiles=./configuration/default.json,./configuration/master.json"
},
"repository": {
"type": "git",
"url": "https://github.com/maseb/sample-thicket-app.git"
},
"author": "Mason Browne <mason.browne@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maseb/sample-thicket-app/issues"
},
"homepage": "https://github.com/maseb/sample-thicket-app",
"dependencies": {
"thicket" : "= 0.3.1",
"bluebird": "= 2.2.2",
"underscore": "= 1.6.0"
}
}