|
1 | 1 | {
|
2 |
| - "name": "Magento2", |
| 2 | + "name": "magento2", |
3 | 3 | "author": "Magento Commerce Inc.",
|
4 | 4 | "description": "Magento2 node modules dependencies for local development",
|
5 |
| - "version": "2.0.0", |
6 | 5 | "license": "(OSL-3.0 OR AFL-3.0)",
|
7 | 6 | "repository": {
|
8 | 7 | "type": "git",
|
9 | 8 | "url": "https://github.com/magento/magento2.git"
|
10 | 9 | },
|
11 | 10 | "homepage": "http://magento.com/",
|
12 | 11 | "devDependencies": {
|
13 |
| - "glob": "^5.0.14", |
14 |
| - "grunt": "^0.4.5", |
15 |
| - "grunt-autoprefixer": "^2.0.0", |
16 |
| - "grunt-banner": "^0.4.0", |
17 |
| - "grunt-contrib-clean": "^0.6.0", |
18 |
| - "grunt-contrib-connect": "^0.9.0", |
19 |
| - "grunt-contrib-cssmin": "^0.10.0", |
20 |
| - "grunt-contrib-imagemin": "^0.9.2", |
21 |
| - "grunt-contrib-jasmine": "^1.0.0", |
22 |
| - "grunt-contrib-less": "^0.12.0", |
23 |
| - "grunt-contrib-watch": "^0.6.1", |
24 |
| - "grunt-eslint": "17.3.1", |
25 |
| - "grunt-exec": "^0.4.6", |
26 |
| - "grunt-jscs": "2.2.0", |
27 |
| - "grunt-replace": "^0.9.2", |
28 |
| - "grunt-styledocco": "^0.1.4", |
29 |
| - "grunt-template-jasmine-requirejs": "^0.2.3", |
30 |
| - "grunt-text-replace": "^0.4.0", |
31 |
| - "imagemin-svgo": "^4.0.1", |
32 |
| - "load-grunt-config": "^0.16.0", |
33 |
| - "morgan": "^1.5.0", |
34 |
| - "node-minify": "^1.0.1", |
35 |
| - "path": "^0.11.14", |
36 |
| - "serve-static": "^1.7.1", |
37 |
| - "strip-json-comments": "^1.0.2", |
38 |
| - "time-grunt": "^1.0.0", |
39 |
| - "underscore": "^1.7.0", |
40 |
| - "squirejs": "0.2.1" |
41 |
| - }, |
42 |
| - "engines": { |
43 |
| - "node": ">=0.10.0" |
| 12 | + "glob": "~7.1.1", |
| 13 | + "grunt": "~1.0.1", |
| 14 | + "grunt-autoprefixer": "~3.0.4", |
| 15 | + "grunt-banner": "~0.6.0", |
| 16 | + "grunt-contrib-clean": "~1.0.0", |
| 17 | + "grunt-contrib-connect": "~1.0.2", |
| 18 | + "grunt-contrib-cssmin": "~2.0.0", |
| 19 | + "grunt-contrib-imagemin": "~1.0.1", |
| 20 | + "grunt-contrib-jasmine": "~1.0.0", |
| 21 | + "grunt-contrib-less": "~1.4.1", |
| 22 | + "grunt-contrib-watch": "~1.0.0", |
| 23 | + "grunt-eslint": "~19.0.0", |
| 24 | + "grunt-exec": "~2.0.0", |
| 25 | + "grunt-jscs": "~3.0.1", |
| 26 | + "grunt-replace": "~1.0.1", |
| 27 | + "grunt-styledocco": "~0.3.0", |
| 28 | + "grunt-template-jasmine-requirejs": "~0.2.3", |
| 29 | + "grunt-text-replace": "~0.4.0", |
| 30 | + "imagemin-svgo": "~5.2.1", |
| 31 | + "load-grunt-config": "~0.19.2", |
| 32 | + "morgan": "~1.5.0", |
| 33 | + "node-minify": "~2.0.3", |
| 34 | + "path": "~0.12.7", |
| 35 | + "serve-static": "~1.7.1", |
| 36 | + "squirejs": "~0.2.1", |
| 37 | + "strip-json-comments": "~2.0.1", |
| 38 | + "time-grunt": "~1.0.0", |
| 39 | + "underscore": "~1.7.0" |
44 | 40 | }
|
45 | 41 | }
|
0 commit comments