-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 739 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Elgg",
"description": "Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.",
"repository": {
"type": "git",
"url": "https://github.com/Elgg/Elgg.git"
},
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/Elgg/Elgg/issues"
},
"homepage": "https://github.com/Elgg/Elgg",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.7",
"grunt-open": "^0.2.4",
"load-grunt-config": "^0.16.0"
}
}