blob: b90da5a09469a98c830eff69f41aeb9e67bc5505 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "jQuery-Impromptu",
"version": "0.0.0-ignored",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-jasmine": "~0.8.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-replace": "~0.4.4",
"grunt": "~0.4.1"
}
}
|