-
Notifications
You must be signed in to change notification settings - Fork 383
/
package.json
48 lines (48 loc) · 1.44 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Restyaboard",
"version": "0.1.0",
"description": "Trello Clone",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "[email protected]:RestyaPlatform/board.git"
},
"author": "Restya",
"devDependencies": {
"eslint": ">=4.18.2",
"eslint-plugin-backbone": "^2.0.2",
"grunt": "^1.0.4",
"grunt-closure-tools": "~1.0.0",
"grunt-complexity": "~1.1.0",
"grunt-contrib-cssmin": "~4.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-htmlmin": "~3.1.0",
"grunt-contrib-jasmine": "3.0.0",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-jst": "~2.0.0",
"grunt-contrib-less": "~3.0.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-docco": "~0.5.0",
"grunt-eslint": "^23.0.0",
"grunt-exec": "~3.0.0",
"grunt-filerev": "~2.3.1",
"grunt-git-deploy": "~0.3.1",
"grunt-jsbeautifier": "~0.2.7",
"grunt-lineending": "~1.0.0",
"grunt-manifest": "~0.4.0",
"grunt-phpcs": "~0.4.0",
"grunt-phplint": "~0.1.0",
"grunt-plato": "~1.4.0",
"grunt-prettify": "~0.4.0",
"grunt-regex-replace": "~0.4.0",
"grunt-template-jasmine-istanbul": "0.4.0",
"grunt-usemin": "~3.1.1",
"grunt-zip": "~0.18.2"
},
"scripts": {
"docker:prebuild": "grunt build:docker",
"docker:build": "docker build -t restyaplatform/restyaboard .",
"docker:fullbuild": "npm run docker:prebuild && npm run docker:build"
}
}