-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 838 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 838 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
{
"name": "sublime-dependents",
"version": "3.7.4",
"description": "Sublime Text plugin to navigate front-end codebases",
"main": "index.js",
"dependencies": {
"dependents-editor-backend": "2.0.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-touch": "~0.1.0"
},
"scripts": {
"test": "nosetests",
"build": "rm -rf node_modules && npm i --production && git add . -A && git commit -m 'Build'"
},
"repository": {
"type": "git",
"url": "https://github.com/mrjoelkemp/sublime-dependents.git"
},
"author": "Joel Kemp <[email protected]>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mrjoelkemp/sublime-dependents/issues"
},
"homepage": "https://github.com/mrjoelkemp/sublime-dependents"
}