forked from Elgg/Elgg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.17 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
{
"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.",
"dependencies": {},
"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",
"scripts": {
"test": "karma start engine/tests/js/karma.conf.js --single-run",
"chrome": "karma start engine/tests/js/karma.conf.js --browsers Chrome"
},
"devDependencies": {
"elgg-conventional-changelog": "~0.1.2",
"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.6",
"grunt-open": "~0.2.3",
"jquery-mockjax": "^2.1.1",
"karma": "^1.6",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "~0.2",
"load-grunt-config": "~0.16.0",
"requirejs": "~2.2.0"
}
}