cms/app-client/package.json
changeset 14 10f67f0281e1
parent 5 d4b3da0dadc9
child 82 d489885d116d
equal deleted inserted replaced
13:ba32dd4cf8d3 14:10f67f0281e1
     6   "directories": {
     6   "directories": {
     7     "doc": "doc",
     7     "doc": "doc",
     8     "test": "tests"
     8     "test": "tests"
     9   },
     9   },
    10   "scripts": {
    10   "scripts": {
    11     "module": "ember build --environment=production && gulp copy-module",
       
    12     "build": "ember build --environment=production",
    11     "build": "ember build --environment=production",
    13     "start": "ember serve --environment=development",
    12     "start": "ember serve --environment=development",
    14     "test": "ember test"
    13     "test": "ember test"
    15   },
    14   },
    16   "repository": "",
    15   "repository": "",
    35     "ember-cli-sass": "5.0.1",
    34     "ember-cli-sass": "5.0.1",
    36     "ember-cli-sri": "^1.0.3",
    35     "ember-cli-sri": "^1.0.3",
    37     "ember-cli-uglify": "^1.2.0",
    36     "ember-cli-uglify": "^1.2.0",
    38     "ember-data": "1.13.8",
    37     "ember-data": "1.13.8",
    39     "ember-disable-proxy-controllers": "^1.0.0",
    38     "ember-disable-proxy-controllers": "^1.0.0",
    40     "ember-export-application-global": "^1.0.3",
    39     "ember-export-application-global": "^1.0.3"
    41     "gulp": "^3.9.0",
       
    42     "gulp-rename": "^1.2.2"
       
    43   }
    40   }
    44 }
    41 }