forked from wp-erp/wp-erp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 697 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "WP-ERP",
"version": "1.0-beta1",
"description": "An open-source ERP (Enterprise Resource Planning) solution for WordPress",
"author": "Tareq Hasan",
"license": "GPL",
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"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-imagemin": "^0.8.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-phplint": "0.0.5",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^0.4.8"
}
}