-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 896 Bytes
/
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
{
"name": "stream-manager",
"version": "1.3.4",
"description": "WordPress plugin to curate streams of the latests posts.",
"main": "index.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.3.1",
"gulp-git": "^2.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-svn": "^1.0.7",
"gulp-uglify": "^2.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Upstatement/stream-manager.git"
},
"author": "Upstatement",
"license": "ISC",
"bugs": {
"url": "https://github.com/Upstatement/stream-manager/issues"
},
"homepage": "https://github.com/Upstatement/stream-manager#readme"
}