-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
36
37
38
39
40
41
42
{
"name": "basicjavascript",
"version": "1.0.0",
"description": "Learning javascript",
"main": "index.js",
"dependencies": {
"assert": "^1.4.1",
"uuid-js": "^0.7.5"
},
"devDependencies": {
"chai": "^4.1.2",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-sinon-chai": "^1.3.4",
"mocha": "^5.1.1",
"requirejs": "^2.3.5",
"sinon": "^4.5.0",
"sinon-chai": "^3.0.0"
},
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chanimesh/basicJavascript.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chanimesh/basicJavascript/issues"
},
"homepage": "https://github.com/chanimesh/basicJavascript#readme"
}