-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.39 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "accessimapediteurder",
"version": "0.6.1",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/makinacorpus/accessimap-editeur-der.git"
},
"devDependencies": {
"babel-polyfill": "^6.9.1",
"coveralls": "^2.11.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.0",
"gulp-filter": "^4.0.0",
"gulp-jscs": "^3.0.2",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-template": "^0.2.2",
"gulp-ngdocs": "https://github.com/nikhilmodak/gulp-ngdocs.git#795b61e15eb6da361e6a8f5077d3a5dab4345060",
"gulp-open": "^1.0.0",
"gulp-print": "^2.0.1",
"gulp-rev": "^7.0.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.3",
"gulp-usemin": "^0.3.21",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.3.4",
"jshint": "^2.9.1",
"jshint-stylish": "^0.2.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"wiredep": "^4.0.0"
},
"engines": {
"node": ">=4.4.0"
},
"scripts": {
"test": "gulp test",
"start": "gulp serve",
"build": "gulp build"
}
}