-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 831 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 831 Bytes
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
{
"name": "hrneed",
"version": "1.0.0",
"description": "HRIS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Arpit anand",
"license": "MIT",
"dependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-cookie": "^4.1.0",
"angular-route": "^1.6.6",
"angular-sanitize": "^1.6.6",
"angular-ui-router": "^1.0.3",
"cropperjs": "^1.0.0",
"croppie": "^2.5.0",
"dragula": "^3.7.2",
"dropify": "^0.2.2",
"express": "^4.15.4",
"handlebars": "^4.0.10",
"install": "^0.10.1",
"ion-rangeslider": "^2.2.0",
"izimodal": "^1.5.0",
"npm": "^5.4.1",
"path": "^0.12.7",
"serve-static": "^1.12.4",
"tabs": "^0.2.0",
"uikit": "^3.0.0-beta.30"
}
}