-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 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
{
"name": "minima",
"version": "0.0.1",
"description": "Another UI Toolkit. At least, simple.",
"main": "webpack.config.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --config webpack.config.js --port 3001 --hot --inline",
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "./node_modules/.bin/webpack --config webpack.config.js"
},
"author": "Aki Karkkainen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/djalmaaraujo/minima.git"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.21.0",
"cssnano": "^3.10.0",
"node-sass": "^3.3.3",
"postcss-loader": "^0.7.0",
"sass-loader": "^3.0.0",
"style-loader": "^0.13.0",
"stylelint-selector-bem-pattern": "^1.0.0",
"stylelint-webpack-plugin": "^0.2.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"keywords": [],
"dependencies": {
"extract-text-webpack-plugin": "^1.0.1"
}
}