forked from saleor/saleor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 831 Bytes
/
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
{
"name": "saleor",
"version": "0.0.0",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/mirumee/saleor.git"
},
"author": "Mirumee Software",
"license": "BSD",
"bugs": {
"url": "https://github.com/mirumee/saleor/issues"
},
"homepage": "http://getsaleor.com/",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"autoprefixer-core": "~5.2.0",
"bower": "^1.3.12",
"csswring": "~3.0.5",
"grunt": "~0.4.5",
"grunt-babel": "~5.0.1",
"grunt-browser-sync": "~2.1.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "~0.6.0",
"grunt-contrib-less": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-postcss": "~0.4.0",
"grunt-sass": "~1.0.0",
"load-grunt-tasks": "~3.2.0"
}
}