-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 772 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
{
"name": "test",
"version": "1.0.0",
"description": "what",
"author": "D",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"bootstrap": "^4.0.0-alpha.2",
"jquery": "^2.2.1",
"lodash": "^4.6.1",
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"mocha": "2.3.3",
"sinon": "1.17.3"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dchang103/test.git"
},
"bugs": {
"url": "https://github.com/dchang103/test/issues"
},
"homepage": "https://github.com/dchang103/test#readme"
}