This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.75 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
{
"name": "@uncharted.software/stories-personas",
"version": "0.5.16",
"description": "Personas Component developed by Uncharted Software",
"repository": "https://github.com/unchartedsoftware/stories-personas",
"main": "dist/uncharted.personas.js",
"scripts": {
"test": "gulp deploy && gulp test"
},
"author": "Uncharted Software Inc.",
"license": "Apache-2.0",
"devDependencies": {
"browserify": "^12.0.1",
"browserify-istanbul": "^0.2.1",
"browserify-shim": "^3.8.11",
"chai": "^3.4.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.4.2",
"http-server": "^0.8.5",
"karma": "^0.13.15",
"karma-browserify": "^4.4.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.3.1",
"karma-tamtam-bamboo-reporter": "^1.0.1",
"lolex": "^1.4.0",
"mocha": "^2.3.3",
"phantomjs-prebuilt": "^2.1.3",
"run-sequence": "^1.1.5",
"sinon": "^2.2.0",
"sinon-chai": "^2.10.0",
"through2": "^2.0.0",
"vinyl-source-stream": "^1.1.0"
},
"browserify-shim": {
"jquery": "global:$",
"underscore": "global:_",
"velocity": "global:velocity"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"dependencies": {
"bluebird": "^2.10.2",
"font-awesome": "^4.4.0",
"jquery": "^2.1.4",
"snapsvg": "^0.4.0",
"underscore": "^1.8.3",
"velocity-animate": "^1.2.3",
"webcola": "3.1.3"
},
"jspm": {
"main": "src/personas.js"
}
}