aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/package.json
blob: 2eda35cde59a688be33cdc0aa9fb6c09351b65da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "juick",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": "webpack --colors -p"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/juick/juick.git"
  },
  "license": "AGPLv3",
  "devDependencies": {
    "css-loader": "^0.23.1",
    "csslint": "^1.0.2",
    "csslint-loader": "^1.0.0",
    "eslint": "^3.1.1",
    "eslint-loader": "^1.4.1",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.9.0",
    "globby": "^4.1.0",
    "script-loader": "^0.7.0",
    "style-loader": "^0.13.1",
    "uglify-loader": "^1.3.0",
    "url-loader": "^0.5.7",
    "webpack": "^1.13.1"
  },
  "dependencies": {
    "autosize": "^3.0.16",
    "classlist.js": "^1.1.20150312",
    "element-closest": "^2.0.1",
    "evil-icons": "^1.8.0",
    "whatwg-fetch": "^1.0.0"
  }
}