Files

17 lines
309 B
JSON
Raw Permalink Normal View History

2018-05-11 16:49:08 -04:00
{
"name": "TokenFactory",
"version": "0.0.1",
"description": "",
"scripts": {
2018-09-07 14:55:19 -05:00
"embark": "node ../node_modules/embark/bin/embark",
"test": "npm run embark test"
2018-05-11 16:49:08 -04:00
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {},
"dependencies": {
2018-09-07 14:55:59 -05:00
"jquery": "^3.3.1"
2018-05-11 16:49:08 -04:00
}
}