-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
51 lines (51 loc) · 1.08 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "basel",
"version": "0.1.2",
"description": "Framework for Bootstrap, AngularJS, SQLite, Electron",
"author": "Jayr Alencar <http://github.com/jayralencar>",
"readmeFilename": "README.md" ,
"keywords": [
"basel",
"basel-io",
"desktop",
"electron",
"bootstrap",
"angularjs"
],
"tags": [
"basel",
"basel-io",
"desktop",
"electron",
"bootstrap",
"angularjs"
],
"license": "MIT",
"bin": {
"basel-init": "./bin/basel-init.js",
"basel-database": "./bin/basel-database.js",
"basel-crud": "./bin/basel-crud.js"
},
"main" : "./lib/basel",
"preferGlobal": "true",
"dependencies": {
"chalk": "^0.5.1",
"commander": "^2.4.0",
"shelljs": "^0.3.0",
"lodash": "^2.4.1",
"async-series":"latest",
"inquirer": "^0.8.0",
"crypto": "latest",
"sqlite-sync":"latest",
"sqlite-cipher":"latest",
"jsdom":"1.1.0",
"jquery":"latest"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ClubeDosGeeksCoding/basel.git"
}
}