Created
June 24, 2014 10:47
-
-
Save lukemartin/60288d953468ee9a24c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[{ | |
"name": "${1:Project}", | |
"version": "${2:0.0.1}", | |
"private": ${3:true}, | |
"dependencies": { | |
} | |
}]]></content> | |
<tabTrigger>bower</tabTrigger> | |
<scope></scope> | |
<description>bower.json{…}</description> | |
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[{ | |
"name": "${1:Project}", | |
"version": "${2:0.0.1}", | |
"private": ${3:true}, | |
"dependencies": { | |
}, | |
"devDependencies": { | |
} | |
}]]></content> | |
<tabTrigger>package</tabTrigger> | |
<scope></scope> | |
<description>package.json{…}</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment