-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.17 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.17 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "visualizer-web-interface",
"version": "1.0.0",
"description": "AngularJS Web Interface",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1 ./app",
"pretest": "npm install",
"test": "karma start karma.conf.js && npm run coveralls",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor e2e/protractor.conf.js",
"update-index-async": "node -e \"var fs=require('fs'),indexFile='app/index-async.html',loaderFile='app/bower_components/angular-loader/angular-loader.min.js',loaderText=fs.readFileSync(loaderFile,'utf-8').split(/sourceMappingURL=angular-loader.min.js.map/).join('sourceMappingURL=bower_components/angular-loader/angular-loader.min.js.map'),indexText=fs.readFileSync(indexFile,'utf-8').split(/\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/).join('//@@NG_LOADER_START@@\\n'+loaderText+' //@@NG_LOADER_END@@');fs.writeFileSync(indexFile,indexText);\""
},
"devDependencies": {
"bower": "^1.7.9",
"coveralls": "^2.11.12",
"http-server": "^0.9.0",
"jasmine-core": "^2.4.1",
"karma": "^1.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"phantomjs-prebuilt": "^2.1.12",
"protractor": "^4.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Coeus2016/visualizer-web-interface.git"
},
"keywords": [
"angularjs",
"openlayers"
],
"contributors": [
{
"name": "Nsovo Baloyi",
"email": "nsovo.baloyi23@gmail.com"
},
{
"name": "Keletso Molefe",
"email": "patrickkeletso@gmail.com"
},
{
"name": "Kamogelo Tswene",
"email": "kamo.tswene@gmail.com"
},
{
"name": "Maluleki Nyuswa",
"email": "malunyz@yahoo.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Coeus2016/visualizer-web-interface/issues",
"email": "coeus.cos301.2016@gmail.com"
}
}