forked from Cola-Org/cola-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 946 Bytes
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
{
"name": "cola-ui",
"version": "0.8.2",
"license": "MIT",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"chai": "~2.2.0",
"coffee-script": "~1.9.3",
"grunt-cola-ui-build": "git+https://github.com/Cola-Org/grunt-cola-ui-build",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-qunit": "~0.7.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.7",
"grunt-yaml": "~0.4.1",
"mocha": "~2.2.5",
"qunitjs": "~1.18.0",
"underscore": "^1.8.3"
},
"dependencies": {}
}