-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.85 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.85 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
{
"name": "chip-boilerplate",
"version": "1.0.0",
"description": "Front-end boilerplate for chip-js apps",
"main": "index.js",
"scripts": {
"start": "gulp watch",
"build": "gulp build",
"clean": "gulp clean",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chip-js/chip-boilerplate.git"
},
"keywords": [
"chip-js",
"boilerplate",
"html5",
"single-page"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/chip-js/chip-boilerplate/issues"
},
"homepage": "https://github.com/chip-js/chip-boilerplate#readme",
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.5.0",
"coffeeify": "^2.0.1",
"del": "^2.2.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.3",
"gulp-newer": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.3.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"karma": "^0.13.21",
"karma-browserify": "^5.0.2",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-source-map-support": "^1.1.0",
"live-server": "^0.9.2",
"merge-stream": "^1.0.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.4",
"postcss-cssnext": "^2.4.0",
"require-globify": "^1.3.0",
"stringify": "^4.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"chip-js": "^2.0.19",
"es6-shim": "^0.34.4",
"i18next": "^2.2.0",
"i18next-browser-languagedetector": "0.0.14",
"i18next-xhr-backend": "^0.3.0",
"moment": "^2.11.2",
"weakmap": "0.0.6"
}
}