-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.05 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
{
"name": "slim-angular",
"version": "1.0.0",
"description": "A raw web stack based on Angular and Slim Framework",
"main": "public/index.php",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/newman/bin/newman.js run rest-api.postman_collection.json"
},
"repository": {
"type": "git",
"url": "https://github.com/alexdebril/slim-angular.git"
},
"keywords": [
"angular.js",
"slim-framework",
"gulp",
"rest"
],
"author": "Alexandre Debril",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexdebril/slim-angular/issues"
},
"dependencies": {
"angular": "^1.5.8",
"angular-cookies": "^1.5.8",
"angular-route": "^1.5.8",
"angular-ui-bootstrap": "^2.2.0",
"bootstrap": "^3.3.7"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"less": "^2.7.1",
"newman": "^3.2.0"
}
}