forked from muicss/mui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.02 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
71
72
73
74
75
76
77
{
"version": "0.7.4",
"license": "MIT",
"description": "Source code for MUI",
"homepage": "https://www.muicss.com",
"bugs": {
"url": "https://github.com/muicss/mui/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/muicss/mui.git"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"angular": "^1.5.8",
"angular-mocks": "^1.5.8",
"array-equal": "^1.0.0",
"autoprefixer-core": "^6.0.1",
"babel-core": "^6.14.0",
"babel-helpers": "^6.8.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-external-helpers-2": "^6.3.13",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"babelify": "^7.3.0",
"contextify": "^0.1.15",
"del": "^2.2.2",
"each-async": "^1.1.1",
"gulp": "git+https://github.com/gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-chain": "^2.0.1",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.1.7",
"gulp-inject-string": "^1.1.0",
"gulp-inline-css": "^3.1.0",
"gulp-inline-source": "^3.0.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"jsdom": "^9.4.2",
"jshint": "^2.9.3",
"mocha": "^3.0.2",
"mocha-jsdom": "^1.1.0",
"react": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"reactify": "^1.1.1",
"readable-wrap": "^1.0.0",
"streamqueue": "^1.1.1",
"stringify": "^5.1.0",
"synthetic-dom-events": "^0.3.0",
"vinyl-source-stream": "^1.1.0",
"whatwg-url-compat": "^0.6.5",
"xmlhttprequest": "^1.8.0"
},
"dependencies": {},
"engines": {
"npm": ">=3.3.12"
},
"jspm": {
"directories": {
"lib": "dist"
}
}
}