-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
30 lines (30 loc) · 849 Bytes
/
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
{
"name": "angular-tweeter-app",
"version": "1.0.0",
"description": "Simple AngularJS API which connect to Tweeter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alireza Saberi",
"license": "ISC",
"devDependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-ui-bootstrap": "^2.1.4",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"docjs": "0.0.1",
"express": "^4.14.0",
"font-awesome": "^4.6.3",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-processhtml": "^0.4.1"
}
}