-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 KB
/
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
36
{
"name": "strapped",
"version": "0.3.17",
"description": "**Strapped** is Bootstrapped less / js for Balanced.",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/balanced/strapped.git"
},
"author": "Balanced <[email protected]>",
"license": "Apache",
"bugs": {
"url": "https://github.com/balanced/strapped/issues"
},
"homepage": "https://github.com/balanced/strapped",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-less": "~0.9.0",
"grunt-open": "~0.2.3",
"grunt-contrib-jshint": "~0.8.0",
"grunt-jsbeautifier": "~0.2.6",
"grunt-lesslint": "~0.17.0",
"grunt-bootstrap": "~0.1.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-bump": "0.0.13",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.5.0",
"grunt-bower-install": "~0.8.0",
"grunt-compile-handlebars": "~0.6.3"
}
}