forked from guardian/scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 900 Bytes
/
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
{
"name": "scribe-editor",
"version": "1.2.11-fix1",
"main": "src/scribe.js",
"dependencies": {
"lodash-amd": "~2.4.1",
"immutable": "~3.6.2"
},
"devDependencies": {
"chai": "~1.9.1",
"connect": "~2.12.0",
"http-server": "~0.6.1",
"lodash-node": "~2.4.1",
"mocha": "~1.18.2",
"mversion": "~0.4.3",
"node-amd-require": "^0.2.2",
"npm": "^2.5.0",
"plumber": "~0.3.0",
"plumber-all": "~0.3.0",
"plumber-cli": "~0.3.0",
"plumber-glob": "~0.3.0",
"plumber-requirejs": "~0.3.0",
"plumber-uglifyjs": "~0.3.0",
"plumber-write": "~0.3.0",
"q": "~1.0.0",
"request": "~2.33.0",
"scribe-test-harness": "~0.0.17",
"selenium-webdriver": "~2.41.0",
"sinon": "^1.12.2"
},
"scripts": {
"test": "./run-tests.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/guardian/scribe.git"
}
}