-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.52 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
{
"name": "meteor-mdc",
"version": "1.0.0",
"description": "Wrapper Npm package. Do not publish.",
"main": "index.js",
"scripts": {
"update-sass": "babel-node scripts/update--mdc-sass.js",
"update-styleless": "babel-node scripts/update--mdc-styleless.js",
"update-styleonly": "babel-node scripts/update--mdc-styleonly.js",
"test-bundle": "cd meteor-packages && (cd mdc && npm install && npm test)",
"test-sass": "cd meteor-packages && (cd mdc-sass && npm install && npm test)",
"test-styleless": "babel-node scripts/update--mdc-styleless && (cd meteor-packages/mdc-styleless && npm install && npm test)",
"test-styleonly": "babel-node scripts/update--mdc-styleonly && (cd meteor-packages/mdc-styleonly && npm install && npm test)",
"test": "npm run test-styleless && npm run test-styleonly && npm run test-bundle"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/Zodiase/meteor-mdc.git"
},
"author": "Xingchen Hong",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Zodiase/meteor-mdc/issues"
},
"homepage": "https://github.com/Zodiase/meteor-mdc#readme",
"dependencies": {
"material-components-web": "^0.22.0"
},
"devDependencies": {
"async": "^2.5.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"glob": "^7.1.2",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"replacestream": "^4.0.2",
"rimraf": "^2.6.1",
"semver": "^5.4.1"
}
}