• Memorydoc's avatar
    # · a8cf251e
    Memorydoc authored
    a8cf251e
This project manages its dependencies using npm and defines a private package named atms-web. Learn more
package.json 521 Bytes
{
  "name": "atms-web",
  "version": "0.0.0",
  "bundleDest": "bundles",
  "bundleTemp": "bundles/temp",
  "srcDist": "app",
  "private": true,
  "scripts": {},
  "dependencies": {
    "grunt": "^1.0.4",
    "grunt-cli": "1.2.0"
  },
  "devDependencies": {
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-less": "^2.0.0",
    "grunt-contrib-uglify": "^4.0.0",
    "grunt-contrib-watch": "^1.1.0"
  }
}