-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.54 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
46
47
48
49
50
51
52
{
"name": "openlayers-material",
"version": "0.0.1",
"description": "Aplicación de Cirene UD",
"main": "gulpfile.js",
"scripts": {
"start": "gulp webserver",
"install": "echo bower install",
"dist": "gulp minify",
"pack": "gulp pack",
"clean": "gulp clean",
"build": "npm run clean && npm run dist && npm run pack",
"test": "karma start karma.conf.js --log-level debug --single-run && npm run jshint",
"test:dist": "karma start karma_dist.conf.js --log-level debug --single-run",
"build:test": "npm run build && npm run test:dist",
"start:dist": "gulp webserver:dist",
"jshint": "gulp jshint"
},
"repository": {
"type": "git",
"url": "https://github.com/juusechec/arcgis-javascript-materialize"
},
"keywords": [
"sistema",
"información",
"geográfica",
"sig",
"gis"
],
"author": "Jorge Ulises Useche Cuellar <[email protected]>",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-gzip": "^1.4.0",
"gulp-jshint": "^2.0.4",
"gulp-minifier": "^0.1.4",
"gulp-rm": "^1.0.4",
"gulp-tar": "^2.0.0",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^2.7.0",
"jshint": "^2.9.5",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"merge-stream": "^1.0.1",
"phantomjs-polyfill-find": "github:ptim/phantomjs-polyfill-find"
},
"dependencies": {}
}