-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
{
"name": "theastrologist-front",
"version": "1.4.1",
"description": "Front side of TheAstrologist application",
"author": {
"name": "Samy Amirou",
"email": "samyamirou@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/openshift/origin-server"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "1.6.6",
"angular-material": "^1.1.5",
"angular-messages": "1.6.6",
"angular-route": "^1.6.6",
"smdatetimerangepicker": "^2.0.10",
"vis": "^4.19.1"
},
"devDependencies": {
"angular-mocks": "^1.6.3",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"gulp": "^3.9.1",
"jasmine-core": "^2.5.2",
"jasmine-promise-matchers": "^2.3.0",
"karma": "~1.3",
"karma-jasmine": "~1.0",
"karma-junit-reporter": "~1.1",
"karma-ng-scenario": "~1.0",
"karma-phantomjs-launcher": "^1.0.2"
},
"bundleDependencies": [],
"private": true,
"main": "scripts/server.js",
"scripts": {
"start": "node scripts/server.js",
"postinstall": "HOME=$OPENSHIFT_DATA_DIR && yarn install --modules-folder './app/lib' --production"
}
}