forked from atom/node-pathwatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
{
"main": "./lib/main",
"name": "pathwatcher",
"description": "Watch files and directories for changes",
"version": "8.1.2",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/atom/node-pathwatcher/raw/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "https://github.com/atom/node-pathwatcher.git"
},
"bugs": {
"url": "https://github.com/atom/node-pathwatcher/issues"
},
"homepage": "http://atom.github.io/node-pathwatcher",
"scripts": {
"prepublish": "grunt prepublish",
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.9.0",
"grunt-cli": "~0.1.7",
"grunt-shell": "~0.2.2",
"jasmine-tagged": "^1.1",
"rimraf": "~2.2.0",
"node-cpplint": "~0.1.5",
"grunt-coffeelint": "git+https://github.com/atom/grunt-coffeelint.git",
"temp": "~0.9.0",
"grunt-atomdoc": "^1.0"
},
"dependencies": {
"async": "~0.2.10",
"emissary": "^1.3.2",
"event-kit": "^2.1.0",
"fs-plus": "^3.0.0",
"grim": "^2.0.1",
"iconv-lite": "~0.4.4",
"nan": "^2.10.0",
"underscore-plus": "~1.x"
}
}