-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1000 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1000 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
25
26
27
28
29
30
31
32
33
{
"name": "HelixWare",
"version": "1.3.0-dev",
"description": "HelixWare turns WordPress in a full featured Video site.",
"repository": {
"type": "git",
"url": "https://github.com/insideout10/helixware-plugin.git"
},
"author": "Insideout10",
"license": "GPL-2.0+",
"devDependencies": {
"autoprefixer": "~6.0.3",
"grunt": "~0.4.5",
"grunt-browserify": "~4.0.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-imagemin": "~0.9.4",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-qunit": "~0.7.0",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-includes": "~0.5.1",
"grunt-jsvalidate": "~0.2.2",
"grunt-legacy-util": "^0.2.0",
"grunt-postcss": "~0.6.0",
"grunt-rtlcss": "~1.6.0",
"grunt-sass": "~1.0.0",
"matchdep": "~0.3.0"
}
}