forked from RestyaPlatform/board
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "Restyaboard",
"version": "0.1.0",
"description": "Trello Clone",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git@github.com:RestyaPlatform/board.git"
},
"author": "Restya",
"devDependencies": {
"eslint": "^3.13.1",
"eslint-plugin-backbone": "^2.0.2",
"grunt": "^0.4.4",
"grunt-closure-tools": "~0.9.7",
"grunt-complexity": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-jasmine": "0.6.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "~0.11.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-docco": "~0.3.3",
"grunt-eslint": "^19.0.0",
"grunt-exec": "~0.4.6",
"grunt-filerev": "~2.1.2",
"grunt-git-deploy": "~0.1.1",
"grunt-jsbeautifier": "~0.2.7",
"grunt-lineending": "~0.1.1",
"grunt-manifest": "~0.4.0",
"grunt-phpcs": "~0.2.3",
"grunt-phplint": "~0.0.5",
"grunt-plato": "~1.0.0",
"grunt-prettify": "~0.4.0",
"grunt-regex-replace": "~0.2.6",
"grunt-template-jasmine-istanbul": "0.3.1",
"grunt-usemin": "~3.0.0",
"grunt-zip": "~0.16.2"
}
}