-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 964 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": "web-toolkit",
"version": "2.3.7",
"repository": {
"type": "git",
"url": "https://github.com/skyglobal/web-toolkit.git"
},
"devDependencies": {
"browserstack-test": "0.2.10",
"grunt": "0.4.4",
"grunt-blanket-mocha": "0.4.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compass": "1.0.1",
"grunt-contrib-connect": "0.7.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.10.0",
"grunt-contrib-jshint": "0.9.2",
"grunt-contrib-requirejs": "0.4.3",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-exec": "0.4.5",
"grunt-grunticon": "1.0.0",
"grunt-jekyll": "0.4.1",
"grunt-mocha-screenshot": "0.4.10",
"grunt-open": "0.2.3",
"grunt-svgmin": "0.4.0",
"grunt-version-sync": "0.1.0",
"grunt-webfont": "0.4.8",
"load-grunt-config": "0.8.0-beta.1",
"time-grunt": "0.3.1"
},
"engines": {
"node": "0.10.33"
}
}