-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.47 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.47 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "vuco",
"version": "0.1.0",
"description": "Vue.js components set implemented in coffeescript and hamlc",
"main": "lib/index.coffee",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"test-ci": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
"build": "./node_modules/gulp/bin/gulp.js --require coffee-script/register build",
"watch": "./node_modules/gulp/bin/gulp.js --require coffee-script/register watch"
},
"author": {
"name": "Sascha Hillig",
"email": "sascha@hllg.de",
"url": "https://github.com/shllg/vuco"
},
"license": "MIT",
"files": [
"css",
"lib",
"LICENSE",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/shllg/vuco.git"
},
"dependencies": {
"bourbon": "~4.2.7",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"vue": ">=2.0.5",
"vue-clickaway": "~2.1.0",
"vuex": ">=2.0.0"
},
"devDependencies": {
"aliasify": "^2.1.0",
"browserify": "^13.1.1",
"browserify-incremental": "^3.1.1",
"browserify-istanbul": "^1.0.0",
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"coffee-script": "^1.11.1",
"coffeeify": "^2.0.1",
"domready": "^1.0.8",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-browserify": "^0.5.1",
"gulp-buffer": "^0.0.2",
"gulp-changed": "^1.3.2",
"gulp-clean-css": "^2.0.13",
"gulp-imagemin": "2.4.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.1.2",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.10",
"hamlify": "wonderweblabs/node-hamlify",
"istanbul": "^0.4.2",
"jquery": "~3.1.1",
"karma": "^0.13.22",
"karma-browserify": "^5.0.2",
"karma-chrome-launcher": "^0.2.2",
"karma-coffee-preprocessor": "^0.3.0",
"karma-coverage": "^0.5.5",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"lodash": " ^4.16.6",
"lolex": "^1.4.0",
"mocha": "^2.4.5",
"mocha-jsdom": "^1.1.0",
"normalize.css": "~5.0.0",
"phantomjs-prebuilt": "^2.1.5",
"prismjs": "^1.6.0",
"run-sequence": "^1.2.2",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"through2": "^2.0.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}