-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "vuejs-browserify-template",
"version": "0.1.0",
"description": "schaffold for vuejs and browserify project",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/gulp",
"test": "node_modules/.bin/gulp test",
"build": "node_modules/.bin/gulp build"
},
"author": "NIIDATE Kunitaka",
"license": "MIT",
"devDependencies": {
"stringify": "~3.1.0",
"gulp-mocha": "~2.1.3",
"gulp-plumber": "~1.0.1",
"chai": "~3.4.1",
"vinyl-source-stream": "~1.1.0",
"gulp-util": "~3.0.0",
"mocha": "~2.3.3",
"gulp-uglifyjs": "~0.6.2",
"browserify": "~12.0.1",
"gulp": "~3.9.0",
"exposify": "~0.5.0",
"gulp-clean": "~0.3.1",
"vueify": "~6.0.0",
"stylus": "~0.52.4",
"jade": "~1.11.0",
"coffeeify": "~1.1.0",
"coffeelint": "^1.13.1",
"gulp-coffee": "^2.3.1",
"gulp-concat": "~2.6.0",
"gulp-if": "^2.0.0",
"gulp-mocha-phantomjs": "~0.10.1",
"gulp-webserver": "~0.9.1",
"gulp-open": "^1.0.0"
},
"dependencies": {
"coffee-script": "~1.10.0",
"jquery": "~2.1.1",
"vue": "~1.0.0",
"vue-router": "^0.7.4"
}
}