forked from lorenzofox3/Smart-Table
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
40 lines (40 loc) · 1014 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
35
36
37
38
39
40
{
"name": "Smart-Table",
"version": "0.3.13",
"description": "a table/grid for AngularJS",
"main": "Smart-Table.debug",
"directories": {
"test": "test",
"example": "example-app"
},
"scripts": {
"test": "./node_modules/.bin/karma start config/karma.travis.conf.js",
"webServer": "scripts/web-server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/turn/Smart-Table.git"
},
"keywords": [
"table",
"grid",
"angularjs"
],
"author": "Laurent Renard",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-html2js": "~0.1.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.1",
"grunt-regex-replace": "~0.2.5",
"grunt-karma": "~0.6.2",
"karma-complexity-preprocessor": "~0.1.0",
"grunt-contrib-watch": "~0.5.3",
"karma": "~0.10.9",
"grunt-template": "~0.2.3"
}
}