forked from directus/directus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "Directus",
"version": "6.3.4",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/RNGR/Directus.git"
},
"author": "RANGER",
"bugs": {
"url": "https://github.com/RNGR/Directus/issues"
},
"private": true,
"homepage": "https://github.com/RNGR/Directus",
"devDependencies": {
"gulp": "~3.8.10",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.4.2",
"gulp-jshint": "~1.9.0",
"gulp-minify-css": "~0.3.11",
"gulp-processhtml": "^1.0.2",
"gulp-rename": "~1.2.0",
"gulp-requirejs": "~0.1.3",
"gulp-sass": "^2.3.2",
"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",
"karma": "~0.13.9",
"jasmine-core": "~2.3.4",
"karma-jasmine": "~0.3.6",
"requirejs": "~2.1.20",
"karma-requirejs": "~0.2.2",
"phantomjs": "~1.9.18",
"karma-phantomjs-launcher": "~0.2.1",
"gulp-exclude-gitignore": "~1.0.0"
}
}