forked from Teleopti/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.75 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "teleopti-styleguide",
"version": "1.12.3",
"repository": {
"type": "git",
"url": "git://github.com/Teleopti/styleguide.git"
},
"scripts": {
"test": "grunt test",
"start": "grunt",
"dist": "grunt dist",
"kss": "./node_modules/.bin/kss-node css styleguide css/styleguide.md --template kss-template --verbose",
"styleguide": "nucleus --config config.nucleus.json"
},
"description": "Styleguide for Teleopti",
"author": "Teleopti",
"license": "ISC",
"dependencies": {
"angular": "1.5.9",
"angular-animate": "1.5.9",
"angular-aria": "1.5.9",
"angular-dynamic-locale": "0.1.30",
"angular-i18n": "1.5.8",
"angular-material": "1.1.4",
"angular-moment": "0.8.3",
"angular-resizable": "1.2.0",
"angular-sanitize": "1.5.9",
"angular-translate": "2.15.1",
"angular-ui-bootstrap": "2.1.3",
"angular-ui-grid": "3.2.9",
"angular-ui-tree": "2.10.0",
"bootstrap": "3.2.0",
"moment": "2.11.2"
},
"devDependencies": {
"angular-mocks": "1.5.9",
"grunt": "1.0.1",
"grunt-angular-templates": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.2.0",
"grunt-contrib-watch": "1.0.0",
"grunt-jscs": "3.0.1",
"grunt-karma": "2.0.0",
"grunt-sass": "2.0.0",
"grunt-sass-lint": "0.2.2",
"grunt-shell": "2.1.0",
"jasmine-core": "2.5.2",
"karma": "1.5.0",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.2",
"kss": "2.4.0",
"phantomjs-prebuilt": "2.1.14"
},
"homepage": "http://teleopti.github.io/styleguide/styleguide"
}