SIGN IN SIGN UP
connors / photon UNCLAIMED

The fastest way to build beautiful Electron apps using simple HTML and CSS

2015-09-27 22:08:52 -07:00
{
2015-09-29 22:25:38 -07:00
"name": "photon",
2015-10-18 16:20:42 -07:00
"version": "0.1.2",
2015-09-27 22:08:52 -07:00
"author": "Connor Sears",
"keywords": [
2015-09-29 22:25:38 -07:00
"photon",
2015-09-27 22:08:52 -07:00
"html",
"css",
"electron"
],
2015-09-29 22:25:38 -07:00
"style": "dist/css/photon.css",
"sass": "sass/photon.scss",
2015-09-27 22:08:52 -07:00
"repository": {
"type": "git",
2015-09-29 22:25:38 -07:00
"url": "https://github.com/connors/photon.git"
2015-09-27 22:08:52 -07:00
},
"bugs": {
2015-09-29 22:25:38 -07:00
"url": "https://github.com/connors/photon/issues"
2015-09-27 22:08:52 -07:00
},
2015-09-29 08:42:33 -07:00
"scripts": {
"start": "electron dist/template-app",
"build": "grunt"
2015-09-29 08:42:33 -07:00
},
2015-09-27 22:08:52 -07:00
"license": "MIT",
"devDependencies": {
2016-02-14 15:26:41 -08:00
"electron-prebuilt": "^0.36.0",
2015-09-27 22:08:52 -07:00
"grunt": "~0.4.5",
2015-10-03 23:52:59 -07:00
"grunt-banner": "~0.5.0",
2015-11-03 10:53:15 -06:00
"grunt-cli": "^0.1.13",
2015-10-03 23:52:59 -07:00
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "~0.13.0",
2015-09-27 22:08:52 -07:00
"grunt-contrib-sass": "~0.9.2",
2015-10-03 23:52:59 -07:00
"grunt-contrib-watch": "~0.6.1",
"grunt-html": "~5.0.0",
"grunt-jekyll": "~0.4.2",
"grunt-sed": "twbs/grunt-sed#v0.2.0",
"load-grunt-tasks": "~3.2.0",
"time-grunt": "~1.2.0"
2015-09-27 22:08:52 -07:00
}
}