-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 906 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
{
"name": "sorteiaAI",
"version": "1.0.0",
"description": "Plataforma de sorteios online",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jonatan Machado",
"license": "ISC",
"devDependencies": {
"angular-mocks": "1.5.0",
"angular-route": "^1.5.5",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-concat-css": "^0.3.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jasmine": ">=0.9.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.11.0",
"grunt-notify": "^0.4.1",
"jasmine-core": "^2.3.4",
"karma": "^0.12.36",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17"
}
}