-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
37
38
39
40
41
42
{
"name": "zource-ui",
"description": "The user interface library used in Zource.",
"license": "SEE LICENSE IN LICENSE.md",
"version": "0.0.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.10.0",
"grunt-jscs": "^1.8.0",
"grunt-jsonlint": "^1.0.4",
"grunt-karma": "^0.11.2",
"grunt-webfont": "^0.5.3",
"highlight.js": "^8.6.0",
"jasmine-core": "^2.3.4",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-firefox-launcher": "^0.1.6",
"karma-fixture": "^0.2.5",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"load-grunt-config": "^0.17.1",
"phantomjs": "^1.9.17",
"requirejs": "2.1.15",
"scss-comment-parser": "^0.7.0",
"semver": "^4.3.6",
"shelljs": "^0.5.1",
"swig": "^1.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/zource/zui.git"
}
}