-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
52 lines (52 loc) · 1.41 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "apostrophe-open-museum",
"version": "2.0.0",
"description": "Minimal Apostrophe Boilerplate",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/apostrophecms/apostrophe-open-museum.git"
},
"author": "Apostrophe Technologies, Inc.",
"license": "MIT",
"dependencies": {
"apostrophe": "^2.108.1",
"apostrophe-blog": "^2.1.2",
"apostrophe-events": "^2.1.7",
"apostrophe-favicons": "^2.0.5",
"apostrophe-open-graph": "^1.1.6",
"apostrophe-pieces-import": "^2.1.5",
"apostrophe-seo": "^1.3.0",
"eslint": "^4.17.0",
"eslint-config-punkave": "^1.0.8",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-standard": "^3.0.1",
"lodash": "^4.17.11",
"lorem-ipsum": "^1.0.6",
"node-geocoder": "^3.25.0",
"request-promise": "^4.2.5",
"typy": "^2.0.1"
},
"nodemonConfig": {
"verbose": true,
"ignore": [
"lib/modules/*/public/js/*.js",
"locales/*.json",
"public/modules/**/*.less",
"public/modules/**/*.js",
"public/uploads",
"public/apos-minified/*.js",
"public/css/master-*.less",
"data"
],
"ext": "json, js, html, less"
}
}