2013-02-26 00:24:09 +04:00
|
|
|
{
|
2016-03-10 02:37:09 +03:00
|
|
|
"name": "addons-server",
|
2016-08-22 23:25:42 +03:00
|
|
|
"version": "0.0.17",
|
2013-02-26 00:24:09 +04:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2013-12-11 22:39:22 +04:00
|
|
|
"node": ">= 0.10.x",
|
2013-02-26 01:06:17 +04:00
|
|
|
"npm": ">= 1.1.x"
|
2013-02-26 00:24:09 +04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-10-12 00:34:39 +04:00
|
|
|
"acorn": "0.4.0",
|
2016-08-22 23:25:42 +03:00
|
|
|
"addons-linter": "0.15.2",
|
2013-12-11 22:48:00 +04:00
|
|
|
"clean-css": "2.0.x",
|
2013-02-26 00:24:09 +04:00
|
|
|
"less": "1.3.x",
|
2013-03-13 03:04:25 +04:00
|
|
|
"stylus": "0.32.x",
|
2016-07-05 10:55:32 +03:00
|
|
|
"uglify-js": "2.4.x"
|
2013-02-26 00:24:09 +04:00
|
|
|
}
|
|
|
|
}
|