forked from pirelenito/notavel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 932 Bytes
/
package.json
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": "notavel",
"productName": "Notavel - Markdown notes",
"version": "0.1.0",
"main": "lib/index.js",
"scripts": {
"start": "electron .",
"rebuild": "./node_modules/.bin/electron-rebuild",
"debug": "DEBUG=enabled npm start",
"test": "eslint lib"
},
"devDependencies": {
"atom-watcher": "^0.1.3",
"babel-eslint": "^3.0.1",
"electron-prebuilt": "^0.26.0",
"electron-rebuild": "^0.1.4",
"eslint": "^0.20.0",
"eslint-plugin-react": "^2.2.0",
"react-hot-api": "^0.4.3"
},
"dependencies": {
"babel": "^5.0.12",
"co": "^4.5.2",
"font-awesome": "^4.3.0",
"github-markdown-css": "^2.0.8",
"highlight.js": "^8.5.0",
"lodash": "^3.6.0",
"lokijs": "^1.2.5",
"marked": "^0.3.3",
"normalize.css": "^3.0.3",
"prismjs": "git+ssh://[email protected]/PrismJS/prism.git",
"react": "^0.13.1",
"rsvp": "^3.0.18",
"slug": "^0.9.1"
}
}