forked from atom/text-buffer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "text-buffer",
"version": "7.1.3",
"description": "A container for large mutable strings with annotated regions",
"main": "./lib/text-buffer",
"scripts": {
"prepublish": "grunt clean lint coffee shell:update-atomdoc atomdoc",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/atom/text-buffer.git"
},
"bugs": {
"url": "https://github.com/atom/text-buffer/issues"
},
"license": "MIT",
"devDependencies": {
"coffee-cache": "~0.2.0",
"coffee-script": "~1.7.0",
"grunt": "~0.4.1",
"grunt-atomdoc": "^1.0",
"grunt-cli": "~0.1.8",
"grunt-coffeelint": "0.0.6",
"grunt-contrib-coffee": "~0.9.0",
"grunt-shell": "~0.2.2",
"jasmine-focused": "1.x",
"random-seed": "^0.2.0",
"rimraf": "~2.2.2",
"temp": "^0.8.3"
},
"dependencies": {
"delegato": "^1.0.0",
"atom-diff": "^2",
"emissary": "^1.0.0",
"event-kit": "^1.0.2",
"fs-plus": "^2.0.0",
"grim": "^1.2.1",
"interval-skip-list": "^2.0.1",
"pathwatcher": "^6.2.3",
"serializable": "^1.0.3",
"span-skip-list": "~0.2.0",
"underscore-plus": "^1.0.0"
}
}