forked from jimobrien/ngMorph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 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
{
"name": "angular-morph",
"version": "0.0.1",
"description": "This directive is an attempt at packaging necessary transitions and properties that enable the reuse of visual elements through morphing.",
"main": "src/app.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/jimobrien/ngMorph.git"
},
"keywords": [
"angular",
"transition",
"animation"
],
"author": "Jim O'Brien",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimobrien/ngMorph/issues"
},
"devDependencies": {
"gulp": "~3.8.7",
"gulp-concat": "~2.3.4",
"gulp-uglify": "~1.0.0",
"gulp-notify": "~1.5.0",
"karma-jasmine": "~0.1.5",
"mocha": "~1.21.4",
"karma": "~0.12.23",
"karma-coverage": "~0.2.6",
"karma-chrome-launcher": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"expect.js": "~0.3.1"
}
}