-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.57 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": "flamedevelopment",
"version": "2.0.1",
"description": "Flame Development Portfolio & management system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlameDevelopment/Flamedevelopment.co.uk.git"
},
"keywords": [
"FlameDevelopment"
],
"author": "Martin Brooksbank <martin@flamedevelopment.co.uk>",
"license": "ISC",
"bugs": {
"url": "https://github.com/FlameDevelopment/Flamedevelopment.co.uk/issues"
},
"homepage": "https://github.com/FlameDevelopment/Flamedevelopment.co.uk#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0"
},
"dependencies": {
"better-console": "^0.2.4",
"del": "^1.2.1",
"extend": "^3.0.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-chmod": "^1.2.0",
"gulp-clone": "^1.0.0",
"gulp-concat-css": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-flatten": "^0.1.1",
"gulp-header": "^1.2.2",
"gulp-help": "^1.6.0",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-rtlcss": "^0.1.4",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"handlebars": "^4.0.2",
"map-stream": "0.0.6",
"require-dot-file": "^0.4.0",
"semantic-ui": "^2.0.8",
"yamljs": "^0.2.3"
}
}