-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 894 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 894 Bytes
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
{
"name": "angular-transit",
"version": "0.2.0",
"description": "An angular library for CSS3 animations",
"main": "angular-transit.js",
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.2"
},
"devDependencies": {
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-watch": "~0.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/blesh/angular-transit"
},
"keywords": [
"AngularJS",
"CSS3",
"animation",
"transform",
"transition"
],
"author": "Ben Lesh",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "5093fd72520270c99cea0e99db29d19164484505",
"bugs": {
"url": "https://github.com/blesh/angular-transit/issues"
}
}