-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"name": "uBase",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/rizvanhaider/uBase.git"
},
"license": "MIT",
"scripts": {
"start": "node main.js",
"postinstall": "bower install"
},
"devDependencies": {
"bower": "1.3.12",
"R2": "^1.4.3",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-cssjanus": "^0.2.4",
"grunt-image": "^1.0.5",
"grunt-includes": "^0.4.5"
},
"main": "main.js",
"description": "Introduction ============",
"bugs": {
"url": "/~https://github.com/rizvanhaider/uBase/issues"
},
"homepage": "/~https://github.com/rizvanhaider/uBase",
"dependencies": {
"bower": "1.3.12",
"express": "^4.13.3"
},
"keywords": [
"Universal",
"Backend",
"as",
"a",
"service"
],
"engines": {
"node": "0.10.x",
"npm": "2.1.x"
},
"author": "Rizwan Haider"
}