|
9 | 9 | },
|
10 | 10 | "devDependencies": {
|
11 | 11 | "grunt": "~0.4.2",
|
12 |
| - "bower": "~1.2.2", |
13 | 12 | "grunt-bump": "~0.0.13",
|
14 | 13 | "grunt-contrib-clean": "~0.5.0",
|
15 |
| - "grunt-contrib-compress": "~0.5.2", |
16 | 14 | "grunt-contrib-connect": "~0.5.0",
|
| 15 | + "grunt-contrib-compress": "~0.5.2", |
17 | 16 | "grunt-contrib-copy": "~0.4.1",
|
| 17 | + "grunt-contrib-jshint": "~0.7.2", |
| 18 | + "grunt-ddescribe-iit": "~0.0.1", |
| 19 | + "grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code", |
| 20 | + "grunt-jscs-checker": "~0.3.2", |
| 21 | + "grunt-merge-conflict": "~0.0.1", |
| 22 | + "grunt-parallel": "~0.3.1", |
| 23 | + "grunt-shell": "~0.4.0", |
| 24 | + "load-grunt-tasks": "~0.3.0", |
| 25 | + "bower": "~1.2.2", |
18 | 26 | "jasmine-node": "~1.11.0",
|
19 | 27 | "q": "~0.9.2",
|
20 | 28 | "q-io": "~1.10.6",
|
|
33 | 41 | "yaml-js": "~0.0.8",
|
34 | 42 | "marked": "0.2.9",
|
35 | 43 | "rewire": "1.1.3",
|
36 |
| - "grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code", |
37 |
| - "grunt-parallel": "~0.3.1", |
38 |
| - "grunt-ddescribe-iit": "~0.0.1", |
39 |
| - "grunt-merge-conflict": "~0.0.1", |
40 | 44 | "promises-aplus-tests": "~1.3.2",
|
41 |
| - "grunt-shell": "~0.4.0", |
42 | 45 | "semver": "~2.1.0",
|
43 | 46 | "lodash": "~2.1.0",
|
44 |
| - "browserstacktunnel-wrapper": "~1.1.1", |
45 |
| - "grunt-jscs-checker": "~0.3.2" |
| 47 | + "browserstacktunnel-wrapper": "~1.1.1" |
46 | 48 | },
|
47 | 49 | "licenses": [
|
48 | 50 | {
|
49 | 51 | "type": "MIT",
|
50 | 52 | "url": "https://github.com/angular/angular.js/blob/master/LICENSE"
|
51 | 53 | }
|
52 | 54 | ],
|
53 |
| - "dependencies": { |
54 |
| - "grunt-contrib-jshint": "~0.7.2" |
55 |
| - } |
| 55 | + "dependencies": {} |
56 | 56 | }
|
0 commit comments