-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.5 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.5 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "starterkitsdk",
"private": true,
"version": "0.2.0",
"description": "Starter Kit for AngularJS projects",
"repository": {
"type": "git",
"url": "https://github.com/3IE/starterkitsdk"
},
"license": "MIT",
"contributors": [
{
"name": "Stephane Garnier",
"email": "stephane.garnier@gmail.com"
},
{
"name": "Cédric Schneider",
"email": "cedric.schneider@3ie.fr"
},
{
"name": "Eliott Balette",
"email": "eliott.balette@3ie.fr"
},
{
"name": "Benoit Verdier",
"email": "benoit.verdier@gmail.com"
}
],
"devDependencies": {
"bower": "^1.6.5",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-filerev": "^2.3.1",
"grunt-http-server": "^1.13.0",
"grunt-karma": "^0.12.1",
"grunt-usemin": "^3.1.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1-rc1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.15",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"load-grunt-tasks": "^3.3.0",
"phantomjs": "^1.9.18"
},
"scripts": {
"postinstall": "bower install",
"test": "grunt test"
},
"dependencies": {}
}