-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "segunda-mano",
"version": "1.0.0",
"description": "Demo on how to use segunda mano REST Api",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angeldaniel-adcm/segunda-mano.git"
},
"author": "Angel Carvajal",
"license": "MIT",
"bugs": {
"url": "https://github.com/angeldaniel-adcm/segunda-mano/issues"
},
"homepage": "https://github.com/angeldaniel-adcm/segunda-mano#readme",
"dependencies": {
"angular-ui-router": "^0.4.2",
"express": "^4.14.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"body-parser": "^1.16.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express-server": "^0.5.3",
"grunt-jscs": "^3.0.1",
"grunt-sass": "^2.0.0",
"jscs-stylish": "^0.3.1",
"jshint-stylish": "^2.2.1",
"request": "^2.79.0"
}
}