forked from guardian/scribe
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 912 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 912 Bytes
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
{
"name": "scribe-editor",
"version": "3.3.0",
"license": "Apache-2.0",
"main": "src/scribe.js",
"dependencies": {
"immutable": "~3.8.1"
},
"devDependencies": {
"chai": "~1.9.1",
"grunt": "^1.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-cli": "^0.1",
"http-server": "~0.6.1",
"mocha": "~2.4",
"mock-browser": "0.92.11",
"mversion": "~1.10",
"node-amd-require": "^0.2.2",
"q": "~1.2",
"request": "~2.33.0",
"sinon": "^1.12.2"
},
"scripts": {
"test": "node_modules/.bin/grunt test",
"build": "node_modules/.bin/grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/guardian/scribe.git"
},
"resolutions": {
"immutable": "3.8.3",
"form-data": "2.5.4",
"lodash": "4.17.12",
"minimist": "0.2.4",
"growl": "1.10.0",
"deep-extend": "0.6.0"
}
}