Skip to content

Commit

Permalink
Ignore and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bclinkinbeard committed Mar 29, 2014
1 parent 6f13475 commit 0ff3ea3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/*
node_modules/!test-atom
npm-debug.log
25 changes: 19 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@
"description": "An example app built with atomify",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"serve": "atomify --server [ --path index.html --open ]"
},
"atomify": {
"js": {
"entry": "ui/entry.js",
"alias": "/bundle.js"
},
"css": {
"entry": "ui/entry.css",
"alias": "/bundle.css",
"variables": {
"lightBG": "#fdf6e3",
"darkBG": "#eee8d5",
"textColor": "#657b83",
"headerColor": "#859900",
"linkColor": "#b58900"
}
}
},
"repository": "",
"keywords": [
Expand All @@ -13,11 +30,7 @@
"author": "techwraith",
"license": "MIT",
"dependencies": {
"handlebars-runtime": "~1.0.12",
"brfs": "0.0.6",
"hbsfy": "~0.1.5",
"atomify": "0.0.7",
"st": "~0.2.1",
"atomify": "^1.4.4",
"ios-overlay": "0.0.1",
"jquery-browserify": "~1.8.1",
"lodash": "~1.3.1"
Expand Down

0 comments on commit 0ff3ea3

Please sign in to comment.