Skip to content
Snippets Groups Projects
package.json 1.12 KiB
Newer Older
  • Learn to ignore specific revisions
  • Cam Saul's avatar
    Cam Saul committed
    {
    
    Tom Robinson's avatar
    Tom Robinson committed
      "name": "corvus",
      "private": true,
      "version": "0.0.0",
      "description": "Expa Analytics",
      "repository": "https://github.com/expa/data",
      "license": "private",
      "engines": {
        "node": "0.10.25"
      },
      "dependencies": {
        "bower": "1.3.12",
        "gulp": "^3.8.8",
        "gulp-concat": "^2.4.0",
        "gulp-jsx": "^0.7.0",
        "gulp-myth": "^1.0.1",
        "gulp-react": "^2.0.0",
        "react": "^0.12.2"
      },
      "devDependencies": {
    
    Tom Robinson's avatar
    Tom Robinson committed
    Tom Robinson's avatar
    Tom Robinson committed
      },
      "scripts": {
        "postinstall": "./node_modules/bower/bin/bower install --allow-root --config.interactive=false"
      }
    
    Cam Saul's avatar
    Cam Saul committed
    }