-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.31 KB
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
43
44
45
46
47
48
{
"name": "100days",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"d": "webpack --watch",
"dev": "rm -rf build/ && webpack --watch",
"build": "rm -rf build/ && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jcharry/100daysofalgorithms.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jcharry/100daysofalgorithms/issues"
},
"homepage": "https://github.com/jcharry/100daysofalgorithms#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-preset-latest": "^6.16.0",
"browser-sync": "^2.18.6",
"browser-sync-webpack-plugin": "^1.1.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-config-google": "^0.7.1",
"html-webpack-plugin": "^2.24.1",
"raw-loader": "^0.5.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^1.14.0"
},
"dependencies": {
"binary-search-tree": "^0.2.6",
"d3": "^4.4.0",
"node-sass": "^4.1.1",
"simplex-noise": "^2.3.0",
"vector-js": "0.0.0",
"victor": "^1.1.0"
}
}