-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 920 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
{
"name": "node cms",
"version": "0.5.0",
"description": "Apostrophe CMS",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mfrohberg/myproject"
},
"author": "mfrohberg@2u.com",
"license": "BSD",
"dependencies": {
"apostrophe": "0.5.x",
"apostrophe-blocks": "0.5.x",
"apostrophe-blog-2": "0.5.x",
"apostrophe-editor-2": "0.5.x",
"apostrophe-events": "0.5.x",
"apostrophe-fancy-page": "0.5.x",
"apostrophe-groups": "0.5.x",
"apostrophe-map": "0.5.x",
"apostrophe-pages": "0.5.x",
"apostrophe-people": "0.5.x",
"apostrophe-redirects": "0.5.x",
"apostrophe-rss": "0.5.x",
"apostrophe-site": "0.5.x",
"apostrophe-snippets": "0.5.x",
"apostrophe-twitter": "0.5.x",
"apostrophe-ui-2": "0.5.x",
"apostrophe-workflow": "^0.5.2",
"optimist": "~0.6.0"
}
}