-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.29 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
57
58
59
60
61
62
{
"name": "@devgateway/amp-settings",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/devgateway/amp-settings.git"
},
"description": "Settings",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"author": "",
"license": "ISC",
"browserify": {
"transform": [
"brfs"
]
},
"devDependencies": {
"backbone": "1.1.2",
"beeper": "1.1.1",
"bootstrap": "3.4.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-settings",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js",
"*.css"
]
}
],
"publishConfig": {
"publishConfig": {
"@devgateway:registry": "https://npm.pkg.github.com"
},
"tag": "latest"
},
"dependencies": {
"amp-translate": "^0.0.1"
}
}