forked from FE-star/exercise3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 700 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 700 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
{
"name": "exercise3",
"version": "0.0.1",
"description": "test",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FE-star/exercise3.git"
},
"keywords": [
"test"
],
"author": "Daniel Yang",
"license": "MIT",
"bugs": {
"url": "https://github.com/FE-star/exercise3/issues"
},
"homepage": "https://github.com/FE-star/exercise3#readme",
"devDependencies": {
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"karma-mocha": "^1.3.0",
"mocha": "^3.5.0",
"should": "^11.2.1"
},
"dependencies": {
"jquery": "^3.3.1"
}
}