-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
66 lines (66 loc) · 2.05 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
63
64
65
66
{
"name": "facia-tool",
"version": "1.0.0",
"private": true,
"description": "Guardian front pages editor",
"scripts": {
"jspm": "jspm",
"test": "grunt test",
"test:browser": "grunt test --no-single-run"
},
"jspm": {
"directories": {
"baseURL": "public/src",
"lib": "public/src/js"
},
"configFile": "public/src/js/jspm-config.js",
"dependencies": {
"EventEmitter": "npm:[email protected]",
"css": "github:systemjs/[email protected]",
"fastsearch": "github:dbrekalo/[email protected]",
"fastselect": "github:dbrekalo/[email protected]",
"font-awesome": "npm:[email protected]",
"grid-util-js": "npm:[email protected]",
"highcharts": "npm:[email protected]",
"jquery": "npm:[email protected]",
"jquery-mockjax": "npm:[email protected]",
"jquery-ui": "github:jquery/[email protected]",
"knockout": "npm:[email protected]",
"numeral": "npm:[email protected]",
"panda-session": "github:guardian/[email protected]",
"raven-js": "npm:[email protected]",
"sinon": "npm:[email protected]",
"text": "github:systemjs/[email protected]",
"underscore": "npm:[email protected]"
},
"devDependencies": {
"babel": "npm:babel-core@^6.0.0",
"babel-runtime": "npm:babel-runtime@^6.0.0",
"clean-css": "npm:clean-css@^3.4.12",
"core-js": "npm:core-js@^1.1.4"
}
},
"devDependencies": {
"@types/navigator-permissions": "^0.1.2",
"babel": "6.0.0",
"eslint-plugin-jasmine": "1.8.1",
"grunt": "^1.4.1",
"grunt-cache-bust": "1.3.0",
"grunt-contrib-clean": "1.0.0",
"grunt-eslint": "23.0.0",
"grunt-karma": "^4.0.2",
"grunt-replace": "2.0.0",
"grunt-shell": "1.3.0",
"jasmine-core": "3.1.0",
"jit-grunt": "0.10.0",
"jspm": "^0.16.55",
"jspm-github": "^0.14.14",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "3.0.1",
"karma-spec-reporter": "0.0.34",
"load-grunt-config": "3.0.2",
"puppeteer": "^19.11.1",
"time-grunt": "1.3.0"
}
}