-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 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
43
{
"name": "alipin",
"version": "0.0.1",
"description": "Personal assistant with name allipin",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:EdvardsKazlouski/alipin.git"
},
"author": "Edvards Kazlouski",
"license": "ISC",
"main": "./server",
"scripts": {
"start": "node ./server",
"build": "./node_modules/.bin/webpack --config ./client/tools/webpack.config.js",
"test": "mocha ./server/tests/test.js"
},
"dependencies": {
"file-tail": "^0.3.0",
"lodash": "^3.10.1",
"node-record-lpcm16": "^0.1.4",
"request": "^2.65.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.3.0",
"css-loader": "^0.23.1",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"forecast": "^0.2.1",
"json-loader": "^0.5.4",
"mocha": "^2.3.3",
"mtwitter": "^1.6.4",
"node-sass": "^3.4.2",
"node-wit": "^2.0.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.12",
"websocket": "^1.0.22"
}
}