forked from EversnapTeam/angular-aviary
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 857 Bytes
/
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
{
"name": "angular-aviary",
"version": "0.6.1",
"description": "An angular wrapper for adobe creative SDK",
"main": "angular-aviary.min.js",
"scripts": {
"test": "node_modules/.bin/grunt test",
"build": "node_modules/.bin/grunt build"
},
"keywords": [
"angular",
"adobe",
"creative",
"image"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "0.8.1",
"grunt-karma": "~0.10.1",
"jasmine-core": "2.2.0",
"karma": "~0.12.0",
"karma-coverage": "~0.2.0",
"karma-jasmine": "~0.3.5",
"load-grunt-tasks": "3.1.0"
},
"author": "Massimiliano Sartoretto <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:m00s/angular-aviary.git"
},
"license": "MIT"
}