This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
70 lines (70 loc) · 2.28 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "deque-pattern-library",
"version": "7.0.0",
"description": "Deque Pattern Library",
"main": "dist/js/pattern-library.js",
"scripts": {
"build": "gulp",
"dev": "gulp default watch",
"release": "standard-version",
"test": "mochify ./test/**/*.js --transform [ babelify --presets [ env ] ] --transform [ stringify --extensions [ .html .css ] ] --plugin [ proxyquire-universal ] --plugin [ mochify-istanbul --report text --exclude '**/+(test|node_modules|dist)/**/*' ]",
"test:dev": "mochify ./test/**/*.js --watch --transform [ babelify --presets [ env ] ] --transform [ stringify --extensions [ .html .css ] ] --plugin [ proxyquire-universal ]"
},
"author": {
"name": "Harris Schneiderman",
"organization": "Deque Systems, Inc.",
"url": "http://deque.com/"
},
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dequelabs/pattern-library.git"
},
"homepage": "https://github.com/dequelabs/pattern-library#readme",
"bugs": {
"url": "https://github.com/dequelabs/pattern-library/issues"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"chai": "^3.5.0",
"classlist": "^1.0.1",
"closest": "0.0.1",
"custom-event": "^1.0.1",
"debug": "^2.6.8",
"del": "^3.0.0",
"delegate": "^3.1.2",
"document-ready": "^2.0.1",
"dom-matches": "^2.0.0",
"eslint": "^3.19.0",
"eslint-config-default": "^0.2.1",
"eslint-config-recommended": "^1.5.0",
"flexboxgrid": "^6.3.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.1.0",
"gulp-mocha-phantomjs": "^0.11.0",
"gulp-open": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"live-region": "^1.0.2",
"mocha": "^3.0.2",
"mocha-phantomjs": "^4.1.0",
"mochify": "^3.2.1",
"mochify-istanbul": "^2.4.2",
"prismjs": "^1.5.1",
"proxyquire": "^1.8.0",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.2.1",
"rndm": "^1.2.0",
"scroll-into-view-if-needed": "^1.1.0",
"simulant": "^0.2.2",
"standard-version": "^4.4.0",
"stringify": "^5.1.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {}
}