-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
101 lines (101 loc) · 2.37 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "namely-ui",
"version": "0.4.0",
"description": "Namely UI: A SCSS and React component library for internal use at Namely",
"private": true,
"main": "namely-ui.js",
"repository": {
"type": "git",
"url": "https://github.com/namely/styleguide"
},
"bugs": "https://github.com/namely/styleguide/issues",
"scripts": {
"start": "gulp",
"test": "./node_modules/karma/bin/karma start --single-run=true"
},
"files": [
"CONTRIBUTING.md",
"dist",
"namely-ui.js",
"README.md",
"src/js/components"
],
"engine": {
"node": ">=4.2.1"
},
"browserify": {
"transform": [
"babelify"
]
},
"author": "Namely Labs <[email protected]>",
"contributors": [
{
"name": "Jason Fellows"
},
{
"name": "Katie Reed"
},
{
"name": "Keith Poplawski"
},
{
"name": "Nick Hehr"
},
{
"name": "Shelly Yip"
},
{
"name": "Tyler Sargent"
}
],
"dependencies": {
"alt": "^0.17.1",
"core-js": "^0.9.6",
"lodash": "^4.0.1",
"lodash.assign": "^3.2.0",
"moment": "2.10.3",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-dom": "^15.3.2"
},
"devDependencies": {
"ampersand-router": "^3.0.2",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-istanbul": "^0.2.1",
"chai": "^3.4.1",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-connect": "^2.2.0",
"gulp-cssnano": "^2.1.0",
"gulp-header": "^1.2.2",
"gulp-iconfont": "^5.0.0",
"gulp-iconfont-css": "2.0.0",
"gulp-json-sass": "hipsterbrown/gulp-json-sass",
"gulp-sass": "^2.0.4",
"gulp-scss-lint": "^0.2.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.4",
"jsdom": "^7.2.0",
"karma": "^0.13.19",
"karma-browserify": "^5.0.1",
"karma-chrome-launcher": "^0.2.0",
"karma-jsdom-launcher": "^1.0.1",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.3",
"local-links": "^1.3.0",
"mocha": "^2.3.4",
"react-addons-test-utils": "^15.3.2",
"sinon": "^1.17.2",
"surge": "^0.17.7",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}