forked from LearnPress/learnpress
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"name": "learnpress",
"version": "1.0.0",
"description": "[](http://waffle.io/LearnPress/LearnPress)",
"main": "index.js",
"scripts": {
"test": "./vendor/bin/phpcs -d date.timezone=UTC"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LearnPress/LearnPress.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LearnPress/LearnPress/issues"
},
"homepage": "https://github.com/LearnPress/LearnPress#readme",
"devDependencies": {
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.0.1",
"gulp-less": "^3.3.0",
"gulp-livereload": "^3.8.1",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-svn": "^1.0.8",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0",
"mkdirp": "^0.5.1",
"pump": "^1.0.2",
"read-file": "^0.2.0",
"replace": "^0.3.0",
"uglify": "^0.1.5",
"yargs": "^7.1.0"
}
}