-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.13 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.13 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
{
"name": "ow-starterkit",
"version": "0.0.1",
"description": "ow-starterkit",
"main": "Gulpfile.js",
"scripts": {
"compile": "gulp compile",
"build": "gulp dist",
"regression": "bash scripts/backstop.sh",
"dev": "gulp",
"icon": "gulp iconfont",
"sprite": "gulp sprite",
"clean": "gulp clean",
"copy": "gulp copy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Objectway/ui-starterkit.git"
},
"author": "Objectway",
"license": "MIT",
"bugs": {
"url": "https://github.com/Objectway/ui-starterkit/issues"
},
"homepage": "https://github.com/Objectway/ui-starterkit#readme",
"devDependencies": {
"autoprefixer": "^6.0.0",
"backstopjs": "^0.5.1",
"browser-sync": "^2.7.7",
"chai-as-promised": "^5.1.0",
"cldr-data-downloader": "0.2.x",
"connect-modrewrite": "^0.8.1",
"css-mqpacker": "^4.0.0",
"dateformat": "^1.0.11",
"del": "^1.2.0",
"git-rev-sync": "^1.1.0",
"gulp": "^3.9.0",
"gulp-base64": "^0.1.3",
"gulp-bower": "0.0.10",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.2.1",
"gulp-consolidate": "^0.1.2",
"gulp-css-prefix": "^0.1.0",
"gulp-debug": "^2.0.1",
"gulp-fontgen": "^0.1.5",
"gulp-gzip": "^1.1.0",
"gulp-iconfont": "^3.0.3",
"gulp-iconfont-css": "0.0.9",
"gulp-if": "^1.2.5",
"gulp-image-embed": "0.0.2",
"gulp-jade": "^1.0.1",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-mocha": "^2.1.3",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-tar": "^1.4.0",
"gulp-typescript": "^2.7.6",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"gulp-watch": "^4.2.4",
"gulp.spritesmith": "^3.8.2",
"json-rest-server": "^1.1.2",
"lodash": "^3.9.3",
"merge-stream": "^0.1.8",
"node-sass": "^3.2.0",
"requirejs": "^2.1.20",
"run-sequence": "^1.1.1",
"sinon": "^1.15.4",
"sprity-sass": "^1.0.4",
"squirejs": "^0.2.1",
"super-gigi": "^1.0.9",
"yargs": "^3.15.0"
}
}