forked from Wikia/app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 984 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
32
33
34
35
36
37
{
"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": "~0.3.5",
"jasmine-core": "~2.1.3",
"karma": "~0.12.28",
"karma-chrome-launcher": "~0.1.7",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "~0.2.7",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.3.2",
"karma-junit-reporter": "~0.2.2",
"karma-phantomjs-launcher": "1.0.0",
"karma-requirejs": "~0.2.2",
"karma-script-launcher": "~0.1.0",
"phantomjs-prebuilt": "2.1.8",
"requirejs": "~2.1.15",
"jscs-jsdoc": "~1.2.0"
}
}