-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 863 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 863 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
{
"name": "networkteam.contentcomments",
"version": "1.1.2",
"description": "A Neos package providing basic comment functionality",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"sass": "^1.53.0"
},
"scripts": {
"build": "node_modules/.bin/sass --style=compressed Resources/Private/Scss/contentComments.scss Resources/Public/Css/contentComments.css",
"start": "node_modules/.bin/sass --style=compressed --watch Resources/Private/Scss:Resources/Public/Css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/networkteam/Networkteam.ContentComments.git"
},
"author": "networkteam GmbH",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/networkteam/Networkteam.ContentComments/issues"
},
"homepage": "https://github.com/networkteam/Networkteam.ContentComments#readme"
}