forked from apostrophecms-legacy/apostrophe-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 890 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
{
"name": "the-new-sandbox",
"version": "0.5.0",
"description": "Sandbox site featuring typical Apostrophe features",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/punkave/apostrophe-sandbox"
},
"author": "P'unk Avenue",
"license": "BSD",
"dependencies": {
"apostrophe": "0.5.x",
"apostrophe-ui-2": "0.5.x",
"apostrophe-editor-2": "0.5.x",
"apostrophe-rss": "0.5.x",
"apostrophe-twitter": "0.5.x",
"apostrophe-pages": "0.5.x",
"apostrophe-blog": "0.5.x",
"apostrophe-events": "0.5.x",
"apostrophe-snippets": "0.5.x",
"apostrophe-map": "0.5.x",
"apostrophe-people": "0.5.x",
"apostrophe-site": "0.5.x",
"apostrophe-groups": "0.5.x",
"apostrophe-blocks": "0.5.x",
"apostrophe-fancy-page": "0.5.x",
"optimist": "~0.6.0"
}
}