-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "baas-gui",
"version": "1.0.0",
"description": "This README.md file is displayed on your project page. You should edit this \r file to describe your project, including instructions for building and \r running the project, pointers to the license under which you are making the \r project available, and anything else you think would be useful for others to\r know.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "1.5.0",
"body-parser": "1.14.1",
"cfenv": "1.0.x",
"colors": "1.1.2",
"express": "4.12.x",
"http_request": "0.1.2",
"node-uuid": "^1.4.7",
"sql": "0.65.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-concurrent": "^2.2.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-injector": "^0.6.1",
"grunt-jscs": "^2.8.0",
"grunt-newer": "^1.1.2",
"grunt-ng-annotate": "^2.0.1",
"grunt-nodemon": "^0.4.1",
"grunt-shell": "^1.2.1",
"grunt-wiredep": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/trahloff/baas-gui.git"
},
"engines": {
"node": "^0.12.x"
},
"author": "Tobias Rahloff | [email protected]",
"license": "ISC"
}