-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1011 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1011 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
38
39
40
41
42
{
"name": "toss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register test",
"start": "webpack",
"eslint": "./node_modules/eslint/bin/eslint.js ./lib/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrayanne113/sorts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrayanne113/sorts/issues"
},
"homepage": "https://github.com/mrayanne113/sorts#readme",
"devDependencies": {
"chai": "^4.1.2",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"mocha": "^5.1.1",
"style-loader": "^0.21.0"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"webpack": "^4.8.1"
}
}