-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.67 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ds-frontend",
"version": "0.1.5",
"description": "Dansk Supermarked reusable frontend components",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/DanskSupermarked/ds-frontend.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanskSupermarked/ds-frontend/issues"
},
"homepage": "https://github.com/DanskSupermarked/ds-frontend",
"devDependencies": {
"bootstrap": "^3.3.5",
"chai": "^3.2.0",
"connect": "^3.4.0",
"gulp-livereload": "^3.8.0",
"gulp-mocha-phantomjs": "^0.8.1",
"map-stream": "^0.0.6",
"mocha": "^2.2.5",
"opn": "^3.0.2",
"run-sequence": "^1.1.2",
"serve-static": "^1.10.0",
"wolfy87-eventemitter": "^4.2.11"
},
"dependencies": {
"autoprefixer-core": "^5.2.1",
"browserify": "^11.0.0",
"csswring": "^3.0.5",
"gulp": "^3.9.0",
"gulp-buffer": "0.0.2",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0-rc",
"gulp-postcss": "^5.1.10",
"gulp-rename": "^1.2.2",
"gulp-rev": "^5.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"handlebars": "*",
"hbsfy": "^2.2.1",
"jquery": "*",
"jshint-stylish": "^2.0.1",
"lodash": "*",
"mold-source-map": "^0.4.0",
"vinyl-source-stream": "^1.1.0"
}
}