-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 741 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
{
"name": "domJS",
"version": "1.0.0",
"description": "packages pour les modules npm du projet domJS",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"babel": "^6.5.2",
"babel-plugin-transform-react-jsx": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"grunt": "^1.0.0",
"grunt-babel": "^6.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-jsxhint": "^0.8.0",
"jsdoc-babel": "^0.2.1",
"load-grunt-tasks": "^3.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Said Bensamdi",
"license": "ISC"
}