Merge pull request #396 from colkito/bug/new-dependencies-schema

added compiled files. postinstall script removed from package.json
This commit is contained in:
Matias Alejo Garcia 2014-02-24 12:26:40 -02:00
commit a4ec3c055b
6 changed files with 30 additions and 18 deletions

7
.gitignore vendored
View File

@ -37,7 +37,10 @@ db/blocks
db/testnet/blocks/* db/testnet/blocks/*
db/testnet/blocks db/testnet/blocks
public/js/* public/js/angularjs-all.js
public/css/* public/js/main.js
public/js/vendors.js
public/css/main.css
README.html README.html

View File

@ -47,8 +47,7 @@
"node": "*" "node": "*"
}, },
"scripts": { "scripts": {
"start": "node node_modules/grunt-cli/bin/grunt", "start": "node node_modules/grunt-cli/bin/grunt"
"postinstall": "node node_modules/bower/bin/bower install; node ./node_modules/grunt-cli/bin/grunt compile "
}, },
"dependencies": { "dependencies": {
"base58-native": "0.1.2", "base58-native": "0.1.2",
@ -62,16 +61,7 @@
"express": "~3.4.7", "express": "~3.4.7",
"jade": "~1.0.2", "jade": "~1.0.2",
"lodash": "~2.4.1", "lodash": "~2.4.1",
"bower": "~1.2.8",
"buffertools": "*", "buffertools": "*",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-env": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-concurrent": "~0.4.2",
"grunt-nodemon": "~0.1.2",
"grunt-mocha-test": "~0.8.1",
"should": "~2.1.1", "should": "~2.1.1",
"view-helpers": "latest", "view-helpers": "latest",
"socket.io": "~0.9.16", "socket.io": "~0.9.16",
@ -83,13 +73,17 @@
"xmlhttprequest": "~1.6.0" "xmlhttprequest": "~1.6.0"
}, },
"devDependencies": { "devDependencies": {
"grunt-contrib-watch": "latest", "bower": "~1.2.8",
"grunt-contrib-jshint": "latest", "grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-env": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-concurrent": "~0.4.2",
"grunt-nodemon": "~0.2.0",
"grunt-mocha-test": "~0.8.1",
"grunt-contrib-concat": "~0.3.0", "grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2", "grunt-contrib-uglify": "~0.3.2",
"grunt-nodemon": "latest",
"grunt-concurrent": "latest",
"grunt-mocha-test": "latest",
"should": "latest", "should": "latest",
"grunt-css": "~0.5.4", "grunt-css": "~0.5.4",
"grunt-markdown": "~0.5.0" "grunt-markdown": "~0.5.0"

1
public/css/main.min.css vendored Normal file

File diff suppressed because one or more lines are too long

9
public/js/angularjs-all.min.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/js/main.min.js vendored Normal file

File diff suppressed because one or more lines are too long

3
public/js/vendors.min.js vendored Normal file

File diff suppressed because one or more lines are too long