e9cfff0a by Adam Heath

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

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