This repository was archived by the owner on Sep 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.54 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
{
"name": "mblazonrycomponents",
"version": "0.2.0-beta",
"license": "BSD-3-Clause",
"author": "Andréas Kaytar-Lefrançois <andreas@mblazonry.com>",
"description": "mBlazonry's custom components!",
"keywords": [
"skuid",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/mBlazonry/mbComponents.git"
},
"engines": {
"node": ">= 4.2.6",
"npm": ">= 2.14.12"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"crc": "^3.4.0",
"del": "^2.2.1",
"dotenv": "^2.0.0",
"eslint": "^3.15.0",
"eslint-plugin-react": "^6.9.0",
"event-stream": "^3.3.4",
"file-exists": "^1.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.7",
"gulp-debug-streams": "^3.0.0",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.3.1",
"gulp-grunt": "^0.5.3",
"gulp-header": "^1.7.1",
"gulp-jsforce-deploy": "^1.1.2",
"gulp-jsonminify": "^1.0.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-strip-code": "^0.1.4",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"jsdocs": "^0.1.0",
"merge-stream": "^1.0.0",
"pre-commit": "^1.1.2",
"pump": "^1.0.1",
"yargs": "^4.7.1"
},
"scripts": {
"build-dev": "gulp build-dev",
"build-docs": "gulp build-docs",
"lint": "gulp lint"
}
}