dc86d552 by Adam Heath

No external changes, but Gruntfile.js now uses grunt-monty-python.

1 parent f5cbc93d
1 { 1 {
2 "name": "rivets-error-binder", 2 "name": "rivets-error-binder",
3 "version": "0.1.1", 3 "version": "0.1.2",
4 "authors": [ 4 "authors": [
5 "Adam Heath <doogie@brainfood.com>" 5 "Adam Heath <doogie@brainfood.com>"
6 ], 6 ],
...@@ -16,14 +16,14 @@ ...@@ -16,14 +16,14 @@
16 ], 16 ],
17 "dependencies": { 17 "dependencies": {
18 "backbone-seen": "git@gitlab.brainfood.com:brainfood/backbone-seen.git", 18 "backbone-seen": "git@gitlab.brainfood.com:brainfood/backbone-seen.git",
19 "backbone": "~1.1.0", 19 "backbone": "",
20 "backbone-validation": "0.9.1", 20 "backbone-validation": "",
21 "jquery": "~1.10.2", 21 "jquery": "",
22 "requirejs": "~2.1.10", 22 "requirejs": "",
23 "rivets": "~0.6.6", 23 "rivets": "",
24 "underscore": "~1.6.0" 24 "underscore": ""
25 }, 25 },
26 "devDependencies": { 26 "devDependencies": {
27 "rivets-backbone-adapter": "~1.1.1" 27 "rivets-backbone-adapter": ""
28 } 28 }
29 } 29 }
......
1 { 1 {
2 "name": "rivets-error-binder", 2 "name": "rivets-error-binder",
3 "version": "0.1.1", 3 "version": "0.1.2",
4 "main": [ 4 "main": [
5 "src/scripts/rivets-error-binder.js" 5 "src/scripts/rivets-error-binder.js"
6 ], 6 ],
7 "dependencies": { 7 "dependencies": {
8 "rivets": "~0.6.6", 8 "rivets": "",
9 "requirejs": "~2.1.10" 9 "requirejs": ""
10 }, 10 },
11 "devDependencies": { 11 "devDependencies": {
12 "bower-requirejs": "~0.9.2", 12 "bower-requirejs": "~0.9.2",
13 "grunt": "~0.4.1", 13 "grunt": "~0",
14 "grunt-contrib-copy": "~0.4.1", 14 "grunt-monty-python": "git+ssh://git@gitlab.brainfood.com:brainfood/grunt-monty-python.git"
15 "grunt-contrib-concat": "~0.3.0",
16 "grunt-contrib-uglify": "~0.2.0",
17 "grunt-contrib-jshint": "~0.7.0",
18 "grunt-contrib-cssmin": "~0.7.0",
19 "grunt-contrib-connect": "~0.5.0",
20 "grunt-contrib-clean": "~0.5.0",
21 "grunt-contrib-htmlmin": "~0.1.3",
22 "grunt-bower-install": "~0.7.0",
23 "grunt-contrib-imagemin": "~0.2.0",
24 "grunt-contrib-watch": "~0.5.2",
25 "grunt-rev": "~0.1.0",
26 "grunt-autoprefixer": "~0.5.0",
27 "grunt-usemin": "~0.1.10",
28 "grunt-mocha": "~0.4.0",
29 "grunt-newer": "~0.6.0",
30 "grunt-svgmin": "~0.2.0",
31 "grunt-concurrent": "~0.4.0",
32 "load-grunt-tasks": "~0.2.0",
33 "time-grunt": "~0.2.0",
34 "jshint-stylish": "~0.1.3",
35 "grunt-contrib-requirejs": "~0.4.0",
36 "grunt-bower-requirejs": "~0.8.4",
37 "grunt-template-jasmine-istanbul": "~0.2.6",
38 "grunt-template-jasmine-requirejs": "~0.1.10",
39 "grunt-contrib-jasmine": "~0.5.3"
40 }, 15 },
41 "engines": { 16 "engines": {
42 "node": ">=0.8.0" 17 "node": ">=0.8.0"
......