-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 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
{
"name": "mdor",
"version": "0.0.3",
"description": "Google Material Design Lite on Reactjs",
"main": "index.js",
"scripts": {
"build": "grunt",
"dev": "grunt watch",
"play": "grunt playground",
"lint": "eslint index.js playground/Playground.js src/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "babel src/ --out-dir dist",
"prepublish": "npm run compile"
},
"keywords": [
"google",
"material",
"design",
"reactjs"
],
"author": "react-td <tom76kimo@gmail.com> (https://github.com/react-md)",
"license": "MIT",
"devDependencies": {
"babel": "^5.6.23",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.3.1",
"css-loader": "^0.15.2",
"eslint": "^0.24.0",
"eslint-plugin-react": "^2.6.4",
"grunt": "^0.4.5",
"grunt-webpack": "^1.0.11",
"node-libs-browser": "^0.5.2",
"style-loader": "^0.12.3",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"classnames": "^2.1.3",
"react": "^0.13.3",
"immutable": "^3.7.4"
}
}