forked from Wikia/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 869 Bytes
/
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
{
"name": "Wikia-app",
"description": "Main Wikia application",
"private": true,
"version": "0.0.1",
"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": {
"eslint": "4.19.1",
"eslint-plugin-es5": "^1.3.1",
"istanbul": "^0.4.5",
"jasmine-core": "^2.8",
"jscs-jsdoc": "^2.0.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.1",
"karma-junit-reporter": "^1.2.0",
"karma-requirejs": "^1.1.0",
"requirejs": "^2.3.5"
},
"scripts": {
"lint": "./node_modules/.bin/eslint ./extensions/wikia/AdEngine/js",
"test": "cd tests/ && ./js-all"
}
}