|
12 | 12 | "bugs": {
|
13 | 13 | "url": "https://github.com/isobar-idev/code-standards/issues"
|
14 | 14 | },
|
| 15 | + "dependencies": { |
| 16 | + "assemble": "~0.4.37" |
| 17 | + }, |
15 | 18 | "devDependencies": {
|
16 |
| - "grunt": "~0.4.1", |
17 |
| - "grunt-contrib-concat": "~0.2.0", |
18 |
| - "grunt-contrib-compass": "~0.5.0", |
19 |
| - "grunt-contrib-watch": "~0.5.1", |
20 |
| - "handlebars-helpers": "~0.5.5", |
21 |
| - "assemble": "~0.4.33", |
| 19 | + "assemble-handlebars": "~0.2.0", |
| 20 | + "assemble-yaml": "^0.1.8", |
| 21 | + "async": "^0.2.10", |
| 22 | + "chai": "^1.8.1", |
| 23 | + "frep": "^0.1.8", |
| 24 | + "grunt": "^0.4.2", |
| 25 | + "grunt-cli": "~0.1.13", |
22 | 26 | "grunt-contrib-clean": "~0.5.0",
|
23 |
| - "grunt-contrib-copy": "~0.4.1", |
| 27 | + "grunt-contrib-compass": "^0.5.0", |
| 28 | + "grunt-contrib-concat": "^0.2.0", |
| 29 | + "grunt-contrib-copy": "^0.4.1", |
| 30 | + "grunt-contrib-jshint": "^0.7.2", |
| 31 | + "grunt-contrib-watch": "^0.5.3", |
| 32 | + "grunt-prettify": "~0.3.1", |
| 33 | + "grunt-readme": "~0.4.0", |
| 34 | + "grunt-release": "^0.6.0", |
| 35 | + "grunt-repos": "~0.1.2", |
| 36 | + "grunt-sync-pkg": "~0.1.1", |
| 37 | + "handlebars-helper-eachitems": "~0.1.2", |
| 38 | + "inflection": "^1.2.7", |
| 39 | + "lodash": "^1.3.1", |
24 | 40 | "marked": "^0.3.2",
|
25 |
| - "pygmentize": "^0.5.3" |
| 41 | + "pretty": "~0.1.1", |
| 42 | + "resolve-dep": "^0.1.3", |
| 43 | + "time-grunt": "^0.1.2", |
| 44 | + "underscore.string": "~2.3.3" |
26 | 45 | }
|
27 | 46 | }
|
0 commit comments