forked from RestyaPlatform/board
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"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": {
"grunt": "^0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-phplint": "~0.0.5",
"grunt-contrib-less": "~0.11.2",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-jsbeautifier": "~0.2.7",
"grunt-prettify": "~0.4.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-filerev": "~2.1.2",
"grunt-usemin": "~3.0.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-exec": "~0.4.6",
"grunt-regex-replace": "~0.2.6",
"grunt-manifest": "~0.4.0",
"grunt-lineending": "~0.1.1",
"grunt-zip": "~0.16.2",
"grunt-contrib-jasmine": "0.6.5",
"grunt-template-jasmine-istanbul": "0.3.1",
"grunt-plato": "~1.0.0",
"grunt-complexity": "~0.2.0",
"grunt-docco": "~0.3.3",
"grunt-contrib-watch": "~0.5.3"
}
}