-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 953 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 953 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
35
36
37
38
39
40
41
42
{
"name": "jispa",
"version": "0.1.0",
"description": "Rasp",
"main": "electron.js",
"scripts": {
"start": "electron-spawn index.js",
"build": "webpack --config webpack.config.js"
},
"babel": {
"presets": [
"es2015"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"electron-spawn": "^4.1.1",
"moment-range": "^2.2.0",
"q": "^1.4.1",
"electron-settings": "^1.0.2",
"is-online": "^5.1.1",
"moment": "^2.12.0",
"limdu": "^0.8.0",
"html-loader": "^0.4.0",
"babel-core": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"connect": "^3.4.1",
"coffee-script": "^1.10.0",
"express.io": "^1.1.13",
"json-loader": "^0.5.4",
"stylus": "^0.53.0",
"babel-loader": "^6.2.2",
"electron-prebuilt": "^0.36.0",
"webpack": "^1.12.14",
"electron-speech": "^1.0.3"
},
"dependencies": {
"limdu": "github:erelsgl/limdu"
}
}