forked from guardian/scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 823 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 823 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
{
"name": "scribe-editor-ce",
"version": "1.0.0",
"main": "src/scribe.js",
"dependencies": {
"lodash-amd": "~2.4.1",
"immutable" : "~3.2.1"
},
"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",
"plumber-cli": "~0.3.0",
"plumber": "~0.3.0",
"plumber-all": "~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",
"selenium-webdriver": "~2.41.0",
"scribe-test-harness": "~0.0.7"
},
"scripts": {
"test": "./run-tests.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/scribe-editor/scribe.git"
}
}