nativefier/package.json

38 lines
839 B
JSON
Raw Normal View History

2015-03-23 02:51:19 +00:00
{
2015-07-05 06:46:06 +00:00
"name": "nativefier",
"version": "6.0.0",
"description": "Wrap web apps natively",
2015-03-23 02:51:19 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib",
"watch": "babel --watch src -d lib"
2015-03-23 02:51:19 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/jiahaog/nativefier.git"
2015-03-23 02:51:19 +00:00
},
"author": "",
"license": "MIT",
2015-03-23 02:51:19 +00:00
"bugs": {
"url": "https://github.com/jiahaog/nativefier/issues"
2015-03-23 02:51:19 +00:00
},
"homepage": "https://github.com/jiahaog/nativefier#readme",
2015-03-23 02:51:19 +00:00
"dependencies": {
"async": "^1.5.2",
"commander": "^2.9.0",
"electron-packager": "^5.2.1",
2015-03-23 02:51:19 +00:00
"ncp": "^2.0.0",
"tmp": "0.0.28"
2015-04-05 04:19:53 +00:00
},
"babel": {
"presets": [
"es2015"
2015-06-28 01:07:42 +00:00
]
2015-07-05 07:24:36 +00:00
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13"
}
2015-03-23 02:51:19 +00:00
}