forked from apostrophecms/apostrophe-override-options
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 864 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
{
"name": "apostrophe-override-options",
"version": "2.0.1",
"description": "Override Apostrophe's getOption method based on the current page type, page settings, etc.",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/punkave/apostrophe-override-options.git"
},
"keywords": [
"apostrophecms",
"apostrophe",
"cms"
],
"author": "P'unk Avenue LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/punkave/apostrophe-override-options/issues"
},
"homepage": "https://github.com/punkave/apostrophe-override-options#readme",
"devDependencies": {
"assert": "^1.4.1",
"async": "^2.5.0",
"request": "^2.83.0",
"apostrophe": "^2.26.1",
"mocha": "^3.4.2"
},
"dependencies": {
"lodash": "^4.17.4"
}
}