forked from sumocoders/Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.46 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.46 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
59
60
61
62
63
64
65
{
"name": "framework",
"keywords": [],
"version": "1.0.0",
"description": "This is the SumoCoders Symfony Framework.",
"repository": {
"type": "git",
"url": "git://github.com/sumocoders/Framework.git"
},
"bugs": {
"url": "https://github.com/sumocoders/Framework/issues"
},
"homepage": "https://github.com/sumocoders/Framework",
"author": "Tijs Verkoyen",
"contributors": [
"Mathias Helin",
"Katrien Vanhaute"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-consolidate": "^0.2.0",
"gulp-fontgen": "^0.2.5",
"gulp-iconfont": "^6.0.0",
"gulp-iconfont-css": "^2.1.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^2.4",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.6",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.5",
"select2-bootstrap-css": "^1.4.6",
"standard": "^10.0.2",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
},
"babel": {
"presets": [
"es2015"
]
},
"engines": {
"node": "^7.*"
},
"standard": {
"globals": [
"$",
"jQuery",
"jsData"
]
},
"scripts": {
"test": "standard src/**/*.js"
}
}