-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 923 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 923 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
26
27
28
29
30
31
32
33
34
{
"name": "the-new-demo",
"version": "0.5.0",
"description": "Demo 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-blog-2": "0.5.x",
"apostrophe-browserify": "0.5.x",
"apostrophe-demo-login": "0.5.x",
"apostrophe-editor-2": "0.5.x",
"apostrophe-events": "^0.5.18",
"apostrophe-groups": "0.5.x",
"apostrophe-people": "0.5.x",
"apostrophe-redirects": "0.5.x",
"apostrophe-search": "0.5.x",
"apostrophe-site": "0.5.x",
"apostrophe-snippets": "^0.5.79",
"apostrophe-ui-2": "0.5.x",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"optimist": "~0.6.0",
"react": "^0.14.3",
"react-dom": "^0.14.3"
}
}