forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "Magento2",
"author": "Magento, an eBay Inc. company",
"description": "Magento2 node modules dependencies for local development",
"version": "0.42.0-beta1",
"repository": {
"type": "git",
"url": "https://github.com/magento/magento2.git"
},
"homepage": "http://magento.com/",
"devDependencies": {
"connect": "^3.3.3",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.0.0",
"grunt-banner": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-styledocco": "^0.1.4",
"grunt-template-jasmine-requirejs": "^0.2.0",
"imagemin-svgo": "^4.0.1",
"load-grunt-tasks": "^1.0.0",
"morgan": "^1.5.0",
"node-minify": "^1.0.1",
"serve-static": "^1.7.1",
"time-grunt": "^1.0.0",
"underscore": "^1.7.0"
},
"engines": {
"node": ">=0.10.0"
}
}