-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 857 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 857 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
{
"name": "18_walkjs",
"version": "1.0.0",
"description": "CityScopeJS Walkability API",
"main": "index.js",
"scripts": {
"start": "parcel ./index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RELNO/CityScopeJS_Walk.git"
},
"author": "Ariel Noyman",
"license": "ISC",
"bugs": {
"url": "https://github.com/RELNO/CityScopeJS_Walk/issues"
},
"homepage": "https://github.com/RELNO/CityScopeJS_Walk#readme",
"dependencies": {
"@tweenjs/tween.js": "^17.2.0",
"babel-polyfill": "^6.26.0",
"core-js": "^2.5.7",
"d3": "^3.5.17",
"parcel": "^1.9.7",
"peer": "^0.2.10",
"regenerator-runtime": "^0.12.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"cssnano": "^4.1.0"
}
}