-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 881 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
{
"name": "js-jasmine-sublime-snippets",
"version": "0.1.1",
"description": "Jasmine snippets for Sublime Text",
"main": "grunt",
"dependencies": {
"grunt": "~0.4.2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-lintspaces": "~0.3.1",
"grunt-bump": "0.0.14"
},
"scripts": {
"test": "grunt test",
"symlink": "ln -sF `pwd` ~/Library/Application\\ Support/Sublime\\ Text\\ 3/Packages/jasmine-snippets"
},
"repository": {
"type": "git",
"url": "https://github.com/caiogondim/js-jasmine-sublime-snippets.git"
},
"keywords": [
"javascript",
"sublime",
"text",
"snippets",
"jasmine"
],
"author": "Caio Gondim",
"license": "MIT",
"bugs": {
"url": "https://github.com/caiogondim/js-jasmine-sublime-snippets/issues"
},
"homepage": "https://github.com/caiogondim/js-jasmine-sublime-snippets"
}