forked from js-tasks-ru/js-20180517_svetlana1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 849 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
{
"name": "tasks-js-dom-interfaces",
"version": "1.0.0",
"description": "Repo with tasks for JS/DOM/Interfaces",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javascript-info/tasks-js-dom-interfaces.git"
},
"author": "Artsiom Mezin",
"license": "ISC",
"bugs": {
"url": "https://github.com/javascript-info/tasks-js-dom-interfaces/issues"
},
"homepage": "https://github.com/javascript-info/tasks-js-dom-interfaces#readme",
"devDependencies": {
"jasmine": "^2.8.0",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-json-reporter": "^1.2.1",
"karma-phantomjs-launcher": "^1.0.4"
}
}