forked from directus/directus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 922 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
35
36
37
{
"name": "Directus6",
"version": "0.0.1",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/RNGR/directus6.git"
},
"author": "RANGER",
"bugs": {
"url": "https://github.com/RNGR/directus6/issues"
},
"private": true,
"homepage": "https://github.com/RNGR/directus6",
"devDependencies": {
"gulp": "~3.8.10",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.4.2",
"gulp-jshint": "~1.9.0",
"gulp-less": "~2.0.1",
"gulp-minify-css": "~0.3.11",
"gulp-processhtml": "^1.0.2",
"gulp-rename": "~1.2.0",
"gulp-requirejs": "~0.1.3",
"gulp-size": "~1.1.0",
"gulp-uglify": "~1.0.2",
"gulp-gh-pages": "~0.4.0",
"gulp-print": "~1.1.0",
"merge-stream": "~0.1.7",
"run-sequence": "~1.0.2",
"gulp-jscs": "~1.6.0"
}
}