forked from weDevsOfficial/wp-project-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "package",
"version": "1.6.3",
"description": "A project management plugin built on top of WordPress. It simply mimics the simpleness of basecamp.",
"author": "Tareq Hasan",
"license": "GPL",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-ssh": "^0.12.6",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^0.4.8",
"partialify": "^3.1.6"
},
"dependencies": {
"grunt-browserify": "^5.0.0"
}
}