forked from cliqz-oss/browser-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.47 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "navigation-extension",
"version": "2.13.3",
"description": "",
"main": "",
"scripts": {
"deploy-mobile-release": "./fern.js build configs/mobile.json --environment=production && python specific/mobile/deploy-mobile.py -b build/mobile/search -k mobile/extension",
"deploy-mobile-beta": "./fern.js build configs/mobile.json --environment=production && python specific/mobile/deploy-mobile.py -b build/mobile/search -k mobile/beta",
"doc": "yuidoc",
"start": "./fern.js serve configs/browser.json --freshtab"
},
"author": "Cliqz GmbH",
"dependencies": {
"broccoli-handlebars-precompiler": "^0.1.3",
"deep-equal": "^1.0.1",
"es6-micro-loader": "cliqz-oss/es6-micro-loader#firefox-3",
"yuidoc-bootstrap-theme": "1.0.6"
},
"devDependencies": {
"acorn": "3.3.0",
"amd-name-resolver": "0.0.2",
"astring": "0.6.1",
"broccoli": "cliqz-oss/broccoli#serve-build-16",
"broccoli-asset-rev": "2.5.0",
"broccoli-babel-transpiler": "5.6.1",
"broccoli-config-replace": "cliqz-oss/broccoli-config-replace#nested-paths",
"broccoli-fast-browserify": "0.2.12",
"broccoli-file-creator": "1.1.1",
"broccoli-funnel": "0.2.15",
"broccoli-jade": "1.1.0",
"broccoli-lint-eslint": "3.1.0",
"broccoli-merge-trees": "0.2.4",
"broccoli-persistent-filter": "1.2.11",
"broccoli-sane-watcher": "1.1.5",
"broccoli-sass-source-maps": "1.8.1",
"broccoli-source": "1.1.0",
"broccoli-source-map": "0.2.4",
"broccoli-sourcemap-concat": "cliqz-oss/broccoli-sourcemap-concat#processing-files",
"broccoli-uglify-sourcemap": "1.4.2",
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"chalk": "1.1.3",
"colors": "1.1.2",
"commander": "2.9.0",
"cross-spawn": "4.0.2",
"eslint": "3.12.2",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.0",
"git-rev": "0.2.1",
"grunt": "0.4.1",
"grunt-connect-proxy": "0.1.11",
"jade": "1.11.0",
"memdown": "^1.2.2",
"mocha": "2.5.3",
"moment": "2.15.1",
"node-notifier": "4.6.1",
"pouchdb": "^6.0.7",
"rimraf": "2.5.4",
"sinon": "^1.17.6",
"sinon-as-promised": "4.0.2",
"sinon-chai": "^2.8.0",
"source-map-support": "0.4.5",
"systemjs": "0.19.39",
"testem": "1.12.0",
"ua-parser-js": "0.7.12",
"walk": "2.3.9",
"walk-sync": "0.2.5",
"wrench": "1.5.9",
"yuidoc-lucid-theme": "0.1.2"
}
}