-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.22 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
53
54
55
56
{
"name": "@devgateway/amp-filter",
"repository": {
"type": "git",
"url": "https://github.com/devgateway/amp-filter.git"
},
"version": "0.2.2",
"description": "Filters to be used across many AMP modules (gis, etc)",
"main": "dist/amp-filter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"browserify": {
"transform": [
"brfs"
]
},
"author": "david rs",
"license": "none",
"devDependencies": {
"backbone": "1.1.2",
"beeper": "1.1.1",
"bootstrap": "4.3.1",
"brfs": "1.2.0",
"browserify": "17.0.0",
"fancy-log": "1.3.3",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-csso": "4.0.1",
"gulp-less": "5.0.0",
"gulp-load-plugins": "0.10.0",
"gulp-plumber": "1.2.1",
"gulp-sourcemaps": "1.7.1",
"gulp-streamify": "1.0.2",
"gulp-uglify": "3.0.2",
"jquery": "2.1.1",
"jquery-ui": "1.10.5",
"rimraf": "2.2.8",
"underscore": "1.7.0",
"vinyl-source-stream": "2.0.0"
},
"npmName": "amp-filter",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js",
"*.css"
]
}
],
"dependencies": {
"amp-translate": "^0.0.1"
}
}