-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 828 Bytes
/
package.json
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
{
"name": "mansfield-stake",
"description": "[http://matthewparrilla.com/mansfield-stake](http://matthewparrilla.com/mansfield-stake)",
"version": "1.0.0",
"main": "src/script.js",
"dependencies": {
"@babel/polyfill": "^7.7.0"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7"
},
"scripts": {
"transpile": "./node_modules/.bin/babel src -o static/script.js",
"watch": "./node_modules/.bin/babel -w src -o static/script.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattparrilla/mansfield-stake.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mattparrilla/mansfield-stake/issues"
},
"homepage": "https://github.com/mattparrilla/mansfield-stake#readme"
}