-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "apostrophe-lean-frontend",
"version": "2.1.2",
"description": "A leaner frontend js world for ApostropheCMS 2.x. No jQuery, no lodash, no async module, etc. You still get a way to write widget players.",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/apostrophe-lean-frontend.git"
},
"keywords": [
"apostrophecms",
"apostrophe",
"cms",
"cms",
"content",
"management",
"system",
"apostrophe"
],
"author": "P'unk Avenue LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-lean-frontend/issues"
},
"homepage": "https://github.com/apostrophecms/apostrophe-lean-frontend#readme",
"dependencies": {
"lodash": "^4.17.10"
},
"devDependencies": {
"eslint": "^5.0.0",
"eslint-config-apostrophe": "^2.0.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}