Show More
Commit Description:
add golden submit button...
Commit Description:
add golden submit button
- When the user submit more than or equal to 100 times the submit button will turn gold
- Add golden-btn tag in applications.css.scss
References:
File last commit:
Show/Diff file:
Action:
node_modules/pako/package.json
| 40 lines
| 878 B
| application/json
| JsonLexer
|
r789 | { | |||
"name": "pako", | ||||
"description": "zlib port to javascript - fast, modularized, with browser support", | ||||
"version": "0.2.9", | ||||
"keywords": [ | ||||
"zlib", | ||||
"deflate", | ||||
"inflate", | ||||
"gzip" | ||||
], | ||||
"homepage": "https://github.com/nodeca/pako", | ||||
"contributors": [ | ||||
"Andrei Tuputcyn (https://github.com/andr83)", | ||||
"Vitaly Puzrin (https://github.com/puzrin)" | ||||
], | ||||
"files": [ | ||||
"index.js", | ||||
"dist/", | ||||
"lib/" | ||||
], | ||||
"license": "MIT", | ||||
"repository": "nodeca/pako", | ||||
"devDependencies": { | ||||
"mocha": "1.21.5", | ||||
"benchmark": "*", | ||||
"ansi": "*", | ||||
"browserify": "*", | ||||
"eslint": "^2.1.0", | ||||
"eslint-plugin-nodeca": "~1.0.3", | ||||
"uglify-js": "*", | ||||
"istanbul": "*", | ||||
"ndoc": "*", | ||||
"lodash": "*", | ||||
"async": "*", | ||||
"grunt": "~0.4.4", | ||||
"grunt-cli": "~0.1.13", | ||||
"grunt-saucelabs": "~8.6.0", | ||||
"grunt-contrib-connect": "~0.9.0" | ||||
} | ||||
} | ||||