forked from supertitanoboa/mementos-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "mementos",
"version": "0.0.1",
"description": "Create and share moments as a narrative",
"repository": {
"type": "git",
"url": "https://github.com/supertitanoboa/mementos.git"
},
"keywords": [
"memento",
"moment",
"narrative"
],
"author": "supertitanoboa",
"bugs": {
"url": "https://github.com/supertitanoboa/mementos/issues"
},
"homepage": "https://github.com/supertitanoboa/mementos",
"devDependencies": {
"bower": "^1.3.3",
"chai": "^2.0.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.2.0",
"gulp-concat-css": "^2.1.0",
"gulp-jshint": "^1.9.2",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^0.3.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.1",
"gulp-shell": "^0.3.0",
"gulp-util": "^2.2.14",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.4",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.1.10",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-sinon": "^1.0.4",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}