-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
32 lines (32 loc) · 934 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
{
"name": "BBTB",
"description": "BackBee ToolBar 2.0",
"version": "0.1.0",
"homepage": "",
"license": "MIT",
"devDependencies": {
"ansi-styles": "^2.0.1",
"bower": "~1.3.5",
"cssmin": "^0.4.3",
"escape-string-regexp": "^1.0.3",
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jasmine": "~0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "~0.9.1",
"grunt-istanbul-coverage": "0.0.5",
"grunt-jslint": "^1.1.12",
"grunt-lesslint": "~1.1.13",
"grunt-shell": "^1.1.2",
"grunt-template-jasmine-istanbul": "~0.3.0",
"grunt-template-jasmine-requirejs": "^0.2.0",
"has-ansi": "^1.0.3",
"jsclass": "4.0.5",
"strip-ansi": "^2.0.1",
"supports-color": "^1.3.1"
}
}