File tree Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
1
2
language : node_js
2
3
node_js :
3
- - " 0.11 "
4
+ - " 4 "
4
5
before_script :
5
- - npm install -g grunt-cli
6
+ - npm install -g grunt-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery-localize" ,
3
- "version" : " 0.0.0-ignored" ,
3
+ "description" : " A jQuery plugin that makes it easy to i18n your static web site." ,
4
+ "version" : " 0.1.0" ,
5
+ "homepage" : " https://github.com/coderifous/jquery-localize" ,
6
+ "license" : " MIT" ,
7
+ "main" : " dist/jquery.localize.js" ,
8
+ "author" : {
9
+ "name" : " coderifous" ,
10
+
11
+ },
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " https://github.com/coderifous/jquery-localize.git"
15
+ },
16
+ "bugs" : " https://github.com/coderifous/jquery-localize/issues" ,
4
17
"engines" : {
5
18
"node" : " >= 0.8.0"
6
19
},
7
20
"scripts" : {
21
+ "prepublish" : " grunt" ,
8
22
"test" : " grunt test"
9
23
},
10
24
"devDependencies" : {
11
- "grunt-contrib-qunit" : " ~0.2.0" ,
12
- "grunt-contrib-uglify" : " ~0.2.0" ,
13
- "grunt-contrib-clean" : " ~0.4.0" ,
14
25
"grunt" : " ~0.4.2" ,
26
+ "grunt-cli" : " ^0.1.13" ,
27
+ "grunt-contrib-clean" : " ~0.4.0" ,
15
28
"grunt-contrib-coffee" : " ~0.10.0" ,
16
- "grunt-contrib-connect" : " ~0.6.0"
29
+ "grunt-contrib-connect" : " ~0.6.0" ,
30
+ "grunt-contrib-qunit" : " ~0.2.0" ,
31
+ "grunt-contrib-uglify" : " ~0.2.0"
17
32
}
18
33
}
You can’t perform that action at this time.
0 commit comments