aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: ea2a38aee73ec4c5a65dc812333cc1134751da45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "activestorage",
  "version": "0.1.0",
  "description": "Attach cloud and local files in Rails applications",
  "main": "app/assets/javascripts/activestorage.js",
  "repository": "git+https://github.com/rails/activestorage.git",
  "author": "Javan Makhmali <javan@javan.us>",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-preset-env": "^1.6.0",
    "spark-md5": "^3.0.0",
    "webpack": "^3.4.0"
  },
  "files": [
    "app/assets/javascripts/activestorage.js"
  ],
  "scripts": {
    "build": "webpack -p"
  }
}