File tree 1 file changed +11
-19
lines changed
1 file changed +11
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " srw-app" ,
3
- "version" : " 0.1.0" ,
4
- "description" : " The core Symfony-based web application powering src-run's primary domain." ,
5
- "main" : " index.js" ,
6
- "directories" : {
7
- "test" : " tests"
8
- },
2
+ "name" : " srw-gulp" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Default gulp runner definition for src-run web projects." ,
5
+ "main" : " " ,
6
+ "directories" : {},
9
7
"repository" : {
10
8
"type" : " git" ,
11
- "url" : " git+https://github.com/src-run/srw-app .git"
9
+ "url" : " git+https://github.com/src-run/srw-gulp .git"
12
10
},
13
11
"keywords" : [
14
12
" sr" ,
15
13
" src-run" ,
16
- " web-app "
14
+ " gulp "
17
15
],
18
16
"author" :
" Rob Frawley 2nd <[email protected] >" ,
19
17
"license" : " MIT" ,
20
18
"bugs" : {
21
- "url" : " https://github.com/src-run/srw-app /issues"
19
+ "url" : " https://github.com/src-run/srw-gulp /issues"
22
20
},
23
- "homepage" : " https://github.com/src-run/srw-app #readme" ,
21
+ "homepage" : " https://github.com/src-run/srw-gulp #readme" ,
24
22
"devDependencies" : {
25
23
"babel-cli" : " ~6.14" ,
26
24
"babel-core" : " ~6.14" ,
42
40
"gulp-banner" : " ~0.1" ,
43
41
"gulp-concat" : " ~2.6" ,
44
42
"gulp-concat-sourcemap" : " ~1.3" ,
43
+ "gulp-debug" : " ^2.1.2" ,
45
44
"gulp-decomment" : " ~0.1" ,
46
45
"gulp-jscs" : " ~4.0" ,
47
46
"gulp-load-plugins" : " ~1.2" ,
65
64
"rename" : " ^1.0.3" ,
66
65
"sprintf-js" : " ^1.0.3" ,
67
66
"stylelint" : " ^7.3.1" ,
67
+ "stylelint-scss" : " ^1.3.4" ,
68
68
"vinyl-buffer" : " ~1.0" ,
69
69
"vinyl-source-stream" : " ~1.1"
70
70
},
75
75
"transform" : [
76
76
" browserify-shim"
77
77
]
78
- },
79
- "scripts" : {
80
- "fetch" : " bower update" ,
81
- "prune" : " bower prune" ,
82
- "clean" : " gulp clean" ,
83
- "build" : " gulp build" ,
84
- "watch" : " gulp default" ,
85
- "test" : " gulp tests"
86
78
}
87
79
}
You can’t perform that action at this time.
0 commit comments