forked from WP-API/WP-API
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.55 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.55 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cutv-api",
"version": "0.0.0",
"license": "GPL-2.0+",
"repository": {
"type": "git",
"url": "https://github.com/erratik/cutv-api.git"
},
"main": "Gruntfile.js",
"author": "tayana jacques",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-less": "~0.11.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-phpcs": "^0.4.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.2.10",
"gulp-connect": "^2.2.0",
"gulp-filter": "^2.0.2",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^2.0.1",
"gulp-karma": "0.0.5",
"gulp-load-plugins": "^1.3.0",
"gulp-minify-css": "^1.2.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rev": "^5.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^3.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"jasmine-core": "^2.5.2",
"jasmine-jquery": "^2.1.1",
"jshint": "^2.9.3",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-read-json": "^1.1.0",
"lazypipe": "^1.0.1",
"open": "0.0.5",
"phplint": "^1.6.1",
"rimraf": "^2.5.4",
"run-sequence": "^1.2.2",
"wiredep": "^4.0.0"
},
"dependencies": {
"jquery": "^3.1.1"
}
}