-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 739 Bytes
/
package.json
File metadata and controls
31 lines (31 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
23
24
25
26
27
28
29
30
31
{
"name": "Wikia-app",
"description": "Main Wikia application",
"private": true,
"version": "0.0.1",
"scripts": {
"test": "cd tests/ && ./js-all"
},
"repository": {
"type": "git",
"url": "git://github.com/Wikia/app.git"
},
"author": "",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/Wikia/app/issues"
},
"homepage": "https://github.com/Wikia/app",
"devDependencies": {
"istanbul": "latest",
"jasmine-core": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-coverage": "latest",
"karma-jasmine": "latest",
"karma-junit-reporter": "latest",
"karma-requirejs": "latest",
"requirejs": "latest",
"jscs-jsdoc": "latest"
}
}