-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 825 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 825 Bytes
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
{
"name": "bay-components",
"version": "0.3.3",
"description": "common functions for shanbay frontend projects",
"main": "lib/index.js",
"scripts": {
"start": "python -m SimpleHTTPServer & webpack -w",
"compile": "webpack -p",
"prepublish": "npm run compile",
"test": "npm run compile && mocha -w --compilers js:babel-core/register"
},
"author": "wendy",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.4",
"babel-preset-latest": "^6.16.0",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.14",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"mocha": "^3.2.0",
"postcss-loader": "^0.9.1",
"webpack": "^1.14.0"
}
}