Initial commit
parents
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "foresight", | ||
| "version": "0.1.0", | ||
| "main": "index.js", | ||
| "author": "James Ooi <wengteikooi@gmail.com>", | ||
| "license": "MIT", | ||
| "devDependencies": { | ||
| "babel-core": "^6.26.3", | ||
| "babel-loader": "^7.1.5", | ||
| "babel-preset-env": "^1.7.0", | ||
| "babel-preset-stage-2": "^6.24.1", | ||
| "webpack": "^4.16.3", | ||
| "webpack-cli": "^3.1.0" | ||
| } | ||
| } |
src/foresight.js
0 → 100644
webpack.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment