Skip to content

Commit ef4b948

Browse files
committed
updated package
1 parent 78f60e7 commit ef4b948

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

package.json

+11-19
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
{
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": {},
97
"repository": {
108
"type": "git",
11-
"url": "git+https://github.com/src-run/srw-app.git"
9+
"url": "git+https://github.com/src-run/srw-gulp.git"
1210
},
1311
"keywords": [
1412
"sr",
1513
"src-run",
16-
"web-app"
14+
"gulp"
1715
],
1816
"author": "Rob Frawley 2nd <[email protected]>",
1917
"license": "MIT",
2018
"bugs": {
21-
"url": "https://github.com/src-run/srw-app/issues"
19+
"url": "https://github.com/src-run/srw-gulp/issues"
2220
},
23-
"homepage": "https://github.com/src-run/srw-app#readme",
21+
"homepage": "https://github.com/src-run/srw-gulp#readme",
2422
"devDependencies": {
2523
"babel-cli": "~6.14",
2624
"babel-core": "~6.14",
@@ -42,6 +40,7 @@
4240
"gulp-banner": "~0.1",
4341
"gulp-concat": "~2.6",
4442
"gulp-concat-sourcemap": "~1.3",
43+
"gulp-debug": "^2.1.2",
4544
"gulp-decomment": "~0.1",
4645
"gulp-jscs": "~4.0",
4746
"gulp-load-plugins": "~1.2",
@@ -65,6 +64,7 @@
6564
"rename": "^1.0.3",
6665
"sprintf-js": "^1.0.3",
6766
"stylelint": "^7.3.1",
67+
"stylelint-scss": "^1.3.4",
6868
"vinyl-buffer": "~1.0",
6969
"vinyl-source-stream": "~1.1"
7070
},
@@ -75,13 +75,5 @@
7575
"transform": [
7676
"browserify-shim"
7777
]
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"
8678
}
8779
}

0 commit comments

Comments
 (0)