-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 851 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 851 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
30
31
32
33
34
{
"name": "workbench",
"description": "Tiny Mesh Cloud Workbench",
"repository": {
"type": "git",
"url": "https://github.com/tinymesh/workbench"
},
"version": "0.0.0",
"scripts": {
"dev": "webpack-dev-server --progress --colors",
"build": "webpack -p --progress"
},
"main": "src/app.js",
"dependencies": {
"bootstrap": "*",
"cloud-client": "git://github.com/lafka/tinymesh-cloud-client",
"lodash": "*",
"pace": "git://github.com/HubSpot/pace#master",
"promise": ">= 3.2.0",
"store": "*",
"vue": "git://github.com/yyx990803/vue#0.11.8",
"zxcvbn2": "*",
"moment-timezone": "*",
"d3": "*"
},
"devDependencies": {
"css-loader": "^0.9.0",
"style-loader": "^0.8.1",
"json-loader": "^0.5.1",
"raw-loader": "*",
"vue-loader": "*",
"webpack": "^1.4.4"
}
}